summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kurator/src/Window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kurator/src/Window.cpp b/kurator/src/Window.cpp
index a203e62..ba7e02c 100644
--- a/kurator/src/Window.cpp
+++ b/kurator/src/Window.cpp
@@ -14,6 +14,7 @@ Window::Window()
InitWindow(800, 600, "Kurator");
SetWindowState(FLAG_WINDOW_RESIZABLE);
SetTargetFPS(60);
+ SetExitKey(KEY_NULL);
rlImGuiSetup(true);
}