aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 7cfaf83..e1fd29b 100644
--- a/main.c
+++ b/main.c
@@ -22,6 +22,7 @@ void on_init(int argc, char** argv) {
void on_update() {
renderer_begin_frame();
update_player(&world.player, &world);
+ bullet_system(&world);
animation_system(&world);
sprite_system(&world);
}