From 62212a22abee8b372d50ac332e734c4af33b17d7 Mon Sep 17 00:00:00 2001 From: EmaMaker Date: Wed, 4 Oct 2023 14:59:31 +0200 Subject: [PATCH] main: do not terminate imgui, leads to crash --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f3f16ff..da3507f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -130,7 +130,6 @@ int main() // Cleanup allocated memory chunkmanager::destroy(); renderer::destroy(); - debug::window::destroy(); glfwTerminate(); return 0;