close the window at the end

This commit is contained in:
2026-02-15 21:07:52 +01:00
parent 450ed7042e
commit 79d83c4320

View File

@ -486,6 +486,7 @@ auto main(int argc, char *argv[]) -> int {
abstime += GetFrameTime() * SPEED;
}
CloseWindow();
UnloadRenderTexture(render_target);
return 0;