summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-05 18:12:49 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-05 18:12:49 +1000
commit5d1750d9adfc45b53c75310c58e31dfdbd8a6e15 (patch)
tree96b30140b33744a4392af091e79e65bcfc5886d5 /src
parent8ce117f0b3fd4ceeb1d7058dde8793e4421ec076 (diff)
static link
Diffstat (limited to 'src')
-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; }