Changeset d5f2b42 in opengl-game for vulkan-game.cpp
- Timestamp:
- Aug 30, 2019, 7:25:55 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- d8cb15e
- Parents:
- d02c25f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-game.cpp
rd02c25f rd5f2b42 30 30 if (gui->Init() == RTWO_ERROR) { 31 31 cout << "UI library could not be initialized!" << endl; 32 cout << SDL_GetError() << endl;32 cout << gui->GetError() << endl; 33 33 return RTWO_ERROR; 34 34 }
Note:
See TracChangeset
for help on using the changeset viewer.