clean up memory after the game is done

This commit is contained in:
2026-06-14 00:02:16 -07:00
parent 042fc9fe62
commit 7d25c20110
2 changed files with 21 additions and 0 deletions
+5
View File
@@ -20,5 +20,10 @@ run :: proc() {
render_world(&world)
rl.EndDrawing()
}
delete(world.path)
delete(world.towers)
delete(world.events)
}