still segfaulting

This commit is contained in:
2026-06-16 20:19:41 -07:00
parent 46114a1dbb
commit 6a3b2e1bd1
2 changed files with 13 additions and 13 deletions
-1
View File
@@ -5,6 +5,5 @@ render_world :: proc(world: ^World) {
render_enemies(world)
render_towers(world)
render_projectiles(world)
render_hud(world)
}