Changeset d5f2b42 in opengl-game for vulkan-game.cpp


Ignore:
Timestamp:
Aug 30, 2019, 7:25:55 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
d8cb15e
Parents:
d02c25f
Message:

Create a generic GetError() function in game-gui that returns the last error returned by a call to some other function in game-gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.cpp

    rd02c25f rd5f2b42  
    3030   if (gui->Init() == RTWO_ERROR) {
    3131      cout << "UI library could not be initialized!" << endl;
    32       cout << SDL_GetError() << endl;
     32      cout << gui->GetError() << endl;
    3333      return RTWO_ERROR;
    3434   }
Note: See TracChangeset for help on using the changeset viewer.