From 9e8b75f9949259ef01942cd3717b79b044efddf7 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 8 Apr 2026 01:57:20 +0100 Subject: Refactor update pipelines --- demo/shmup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/shmup.scm') 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 _ -- cgit v1.2.3