summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 79b9d6e..158615c 100644
--- a/src/core.c
+++ b/src/core.c
@@ -12,4 +12,4 @@ void Core_Bringup(const char* window_name, struct GLFWwindow* optional_window) {
}
void Core_Shutdown() {}
-bool AppShouldExit() { return true; }
+bool AppShouldExit() { return false; }