diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/simple.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/simple.scm b/examples/simple.scm index 0c0d8e6..e5f5ae0 100644 --- a/examples/simple.scm +++ b/examples/simple.scm @@ -32,10 +32,6 @@ (add-hook! on-key-down-hook (lambda (key mod unicode) (key-down key mod unicode))) -;; Load a sprite and center it on the screen. -;; Must be done AFTER opening the window. -;; (set! ) - ;; Start the game loop. ;; The render callback will be called through this procedure. (run-game-loop) |