summaryrefslogtreecommitdiff
path: root/examples/animation.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation.scm')
-rw-r--r--examples/animation.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/animation.scm b/examples/animation.scm
index ef736d2..c64d581 100644
--- a/examples/animation.scm
+++ b/examples/animation.scm
@@ -47,8 +47,8 @@
(define-signal scene
(signal-map (lambda (time)
- (move (position-tween time)
- (vector-ref walk-cycle (frame-tween time))))
+ (model-move (position-tween time)
+ (vector-ref walk-cycle (frame-tween time))))
(signal-timer)))
(define camera (orthographic-camera 640 480))