diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-04-27 21:28:33 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-04-27 21:28:33 -0400 |
commit | 00de7a4b0aa48c3cb42c45e0f203902ca034b94c (patch) | |
tree | e364575a000af4a9c65b2e43f5ec565bb2df4bf8 /main.cpp | |
parent | ef1ea79375ce865d78fb7da4244aee65d25c04b3 (diff) |
important textls
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -166,8 +166,10 @@ int main(int argc, char *argv[]) Render::render(fps); SDL_Event e; - while (SDL_PollEvent(&e)) + while (SDL_PollEvent(&e)) { + ui::handleGLEvent(e); eventQueue.push_back(e); + } } // on game end, get back together |