summaryrefslogtreecommitdiff
path: root/examples/joystick.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/joystick.scm')
-rw-r--r--examples/joystick.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/joystick.scm b/examples/joystick.scm
index 43484e3..a191de5 100644
--- a/examples/joystick.scm
+++ b/examples/joystick.scm
@@ -91,7 +91,7 @@
(with-window (make-window #:title "Joystick test"
#:resolution resolution)
- (start-game-loop scene))
+ (run-game-loop scene))
;;; Local Variables:
;;; compile-command: "../pre-inst-env guile joystick.scm"