aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorXander Swan <[hidden email]>2026-01-01 21:38:54 -0500
committerXander Swan <[hidden email]>2026-01-01 21:38:54 -0500
commit67248cc240ae7286f35fdbe8a4fbb98a79eaec75 (patch)
treee325135888fe673031ecdcd6095722ed330042ce /src/main.odin
parent65a2ceda55198dab3bab75c06c0d50adeb0a1101 (diff)
fix memory leak
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin
index 3a90917..541046b 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -59,7 +59,7 @@ frame :: proc() {
draw_player()
tiled.draw_map(tiled.current_room.tmap)
- draw_platforms()
+ // draw_platforms()
rl.EndMode2D()