summaryrefslogtreecommitdiff
path: root/kurator/src/Window.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-12-30 17:17:47 +0100
committerAki <please@ignore.pl>2022-12-30 17:17:47 +0100
commitd5fe107a5cb9a025eeb64a7637134c2c2dfd939c (patch)
treea0cf36db4f71cd1389bcb06c277e3079dd8668bb /kurator/src/Window.cpp
parentb97194349aa9730db0097b2e5de0c882a653aea2 (diff)
downloadkurator-d5fe107a5cb9a025eeb64a7637134c2c2dfd939c.zip
kurator-d5fe107a5cb9a025eeb64a7637134c2c2dfd939c.tar.gz
kurator-d5fe107a5cb9a025eeb64a7637134c2c2dfd939c.tar.bz2
Disabled ESC quitting game right away
Diffstat (limited to 'kurator/src/Window.cpp')
-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);
}