diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-12 15:57:45 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-12 15:57:45 +0100 |
| commit | c1c868d9b6ee61002c7ccb33fbc6a15c5b090e6a (patch) | |
| tree | b818607a0e2ab52113e3fcead77a096b9adfdbfb /tween.scm | |
| parent | e1da1b0c2b2df9880e7f0a76b6ecc7aefecaf229 (diff) | |
Enrich entities pipelining to provide scene context to processors
Diffstat (limited to 'tween.scm')
| -rw-r--r-- | tween.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
