aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
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