From 9e8b75f9949259ef01942cd3717b79b044efddf7 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 8 Apr 2026 01:57:20 +0100 Subject: Refactor update pipelines --- docs/tweens.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tweens.org') 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 -- cgit v1.2.3