aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorXander Swan <no email>2025-12-23 21:17:29 -0500
committerXander Swan <no email>2025-12-23 21:17:29 -0500
commit673c84b1e56f65bcda448b2304e98ff4831100fd (patch)
tree5d3f3c58f4dc5e784a8eecd11c136aab7779aeda /src/main.odin
parent2838358993ade2ac1b770d675af9126749074e8f (diff)
Move physics objects between bins correctly
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 6b04e02..88bf953 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -107,7 +107,7 @@ frame :: proc() {
}
cleanup :: proc() {
- delete_player(&state.player)
+ delete_player(state.player)
delete_entity_list(state.platform_list)
tiled.delete_map(state.room)
phys.destroy_world()