aboutsummaryrefslogtreecommitdiff
path: root/tween.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tween.scm')
-rw-r--r--tween.scm2
1 files changed, 1 insertions, 1 deletions
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)