From afc30a12e25215ff5e9226c3b4f8fd127d9a4d68 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 8 Apr 2026 07:08:54 +0100 Subject: Move the engine-update to the scene --- tween.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tween.scm') diff --git a/tween.scm b/tween.scm index eb8fbd8..64ed05e 100644 --- a/tween.scm +++ b/tween.scm @@ -196,7 +196,7 @@ ;; per-entity pipeline, e.g. (step-tweens entity dt). Removes #:tween ;; when the tween finishes. - (define-pipeline (step-tweens tweens) (entity dt) + (define-pipeline (step-tweens tweens) (entity scene dt) guard: (entity-ref entity #:tween #f) (let ((tw (entity-ref entity #:tween))) (receive (tw2 ent2) (tween-step tw entity dt) -- cgit v1.2.3