summaryrefslogtreecommitdiff
path: root/examples/particles.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/particles.scm')
-rw-r--r--examples/particles.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles.scm b/examples/particles.scm
index d1362fe..0b5d6dd 100644
--- a/examples/particles.scm
+++ b/examples/particles.scm
@@ -62,7 +62,7 @@
(define (update)
(for-each update-particle! particles))
-(schedule-every update)
+(schedule-each game-agenda update)
(add-hook! draw-hook draw)
(with-window (make-window #:title "Particles"