diff options
Diffstat (limited to '2d/sprite.scm')
-rw-r--r-- | 2d/sprite.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/sprite.scm b/2d/sprite.scm index 445fcff..a0f13bf 100644 --- a/2d/sprite.scm +++ b/2d/sprite.scm @@ -302,7 +302,7 @@ currently bound." (hash-clear! animated-sprites)) ;; Update animated sprites upon every update. -(agenda-schedule-interval update-animated-sprites!) +(schedule-every update-animated-sprites!) (export make-sprite sprite? |