aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-04-27 21:28:33 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-04-27 21:28:33 -0400
commit00de7a4b0aa48c3cb42c45e0f203902ca034b94c (patch)
treee364575a000af4a9c65b2e43f5ec565bb2df4bf8 /main.cpp
parentef1ea79375ce865d78fb7da4244aee65d25c04b3 (diff)
important textls
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 967050c..a934b40 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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