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 d811eb7..4269b99 100644
--- a/examples/particles.scm
+++ b/examples/particles.scm
@@ -76,7 +76,7 @@
(define (update)
(for-each update-particle! particles))
-(schedule-each game-agenda update)
+(schedule-each update)
(add-hook! draw-hook draw)
(with-window (make-window #:title "Particles"