From c1c868d9b6ee61002c7ccb33fbc6a15c5b090e6a Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 12 Apr 2026 15:57:45 +0100 Subject: Enrich entities pipelining to provide scene context to processors --- tween.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tween.scm') diff --git a/tween.scm b/tween.scm index 64ed05e..2dd0a61 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 scene dt) + (define-pipeline (step-tweens tweens) (scene entity 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