diff options
-rwxr-xr-x | sandbox | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,11 +40,11 @@ (start-2d-repl) -(add-hook! window-close-hook quit-game) +(add-hook! window-close-hook stop-game-loop) (display "Welcome to the guile-2d sandbox. Happy hacking!\n") (with-window (make-window #:title "Guile-2D Sandbox") - (run-game-loop)) + (start-game-loop)) (display "Bye!\n") |