diff options
Diffstat (limited to 'examples/2048')
-rwxr-xr-x | examples/2048/2048.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/2048/2048.scm b/examples/2048/2048.scm index 6027866..043835b 100755 --- a/examples/2048/2048.scm +++ b/examples/2048/2048.scm @@ -446,7 +446,7 @@ (add-hook! window-close-hook stop-game-loop) (with-window (make-window #:title "2048") - (start-game-loop 2048-scene)) + (run-game-loop 2048-scene)) ;;; Local Variables: ;;; compile-command: "../../pre-inst-env guile 2048.scm" |