From 79d83c432099161cc7e337875ac86612195ff775 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 15 Feb 2026 21:07:52 +0100 Subject: [PATCH] close the window at the end --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 35d3636..b0ee9c8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -486,6 +486,7 @@ auto main(int argc, char *argv[]) -> int { abstime += GetFrameTime() * SPEED; } + CloseWindow(); UnloadRenderTexture(render_target); return 0;