Changeset b373466 in opengl-game for new-game.cpp
- Timestamp:
- Jun 2, 2019, 8:10:31 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 4762301
- Parents:
- 6abfd07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
new-game.cpp
r6abfd07 rb373466 292 292 293 293 // Helps to test logging during crashes 294 intbadFunc() {294 void badFunc() { 295 295 int* test = NULL; 296 296 297 string test2 = "lol";298 cout << test2 << endl;299 300 297 *test = 1; 301 return *test;302 298 } 303 299
Note:
See TracChangeset
for help on using the changeset viewer.