aboutsummaryrefslogtreecommitdiff
path: root/demo/shmup.scm
diff options
context:
space:
mode:
Diffstat (limited to 'demo/shmup.scm')
-rw-r--r--demo/shmup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/shmup.scm b/demo/shmup.scm
index ab09957..fdffd71 100644
--- a/demo/shmup.scm
+++ b/demo/shmup.scm
@@ -147,7 +147,7 @@
(all (cons player (append new-entities spawned others))))
(game-scene-set! game
(chain (update-scene scene entities: all)
- (scene-update-entities _
+ (scene-map-entities _
(lambda (e) (if (eq? (entity-type e) 'player) e (move-projectile e))))
(scene-remove-dead _)
(scene-filter-entities _