aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
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()