Changeset c6fec84 in opengl-game for opengl-game.cpp


Ignore:
Timestamp:
Sep 16, 2019, 6:42:19 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
90a424f
Parents:
f133da0
Message:

Update the makefile to correctly compile openglgame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opengl-game.cpp

    rf133da0 rc6fec84  
    119119               break;
    120120            case UI_EVENT_KEY:
    121                cout << "Got a key event" << endl;
    122121               if (e.key.keycode == GLFW_KEY_ESCAPE) {
    123122                  quit = true;
Note: See TracChangeset for help on using the changeset viewer.