Changeset b373466 in opengl-game


Ignore:
Timestamp:
Jun 2, 2019, 8:10:31 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
4762301
Parents:
6abfd07
Message:

Undo tweaks to badFunc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new-game.cpp

    r6abfd07 rb373466  
    292292
    293293// Helps to test logging during crashes
    294 int badFunc() {
     294void badFunc() {
    295295   int* test = NULL;
    296296
    297    string test2 = "lol";
    298    cout << test2 << endl;
    299 
    300297   *test = 1;
    301    return *test;
    302298}
    303299
Note: See TracChangeset for help on using the changeset viewer.