aboutsummaryrefslogtreecommitdiff
path: root/docs/tweens.org
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tweens.org')
-rw-r--r--docs/tweens.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tweens.org b/docs/tweens.org
index 213b3ee..c278814 100644
--- a/docs/tweens.org
+++ b/docs/tweens.org
@@ -71,7 +71,7 @@ Auto-advances ~#:tween~ on an entity. If the entity has no ~#:tween~ key, return
This is the recommended way to run tweens in most games. Attach a tween to an entity and include ~step-tweens~ in your per-entity pipeline:
#+begin_src scheme
-(scene-update-entities scene
+(scene-map-entities scene
(lambda (e) (step-tweens e dt)))
#+end_src