summaryrefslogtreecommitdiff
path: root/examples/coroutine.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/coroutine.scm')
-rw-r--r--examples/coroutine.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/coroutine.scm b/examples/coroutine.scm
index cb2f929..98dec16 100644
--- a/examples/coroutine.scm
+++ b/examples/coroutine.scm
@@ -47,4 +47,4 @@
(with-window (make-window #:title "Coroutines"
#:resolution (vector2 window-width
window-height))
- (run-game-loop))
+ (start-game-loop))