From d5fe107a5cb9a025eeb64a7637134c2c2dfd939c Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 30 Dec 2022 17:17:47 +0100 Subject: Disabled ESC quitting game right away --- kurator/src/Window.cpp | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.1