clean up paths

This commit is contained in:
2026-07-06 01:13:18 -07:00
parent 59825b5025
commit a3f760e1f1
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -147,6 +147,7 @@ game_draw :: proc(g: ^Game) {
}
game_shutdown :: proc(g: ^Game) {
entity_world_destroy(&g.world.entities)
tilemap_destroy(&g.tilemap)
}