diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ void on_update() { update_player(&world.player, &world); enemy_system(&world); bullet_system(&world); + collision_system(&world); animation_system(&world); sprite_system(&world); } |