diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-08-17 22:28:43 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-08-17 22:28:43 -0400 |
commit | 3467d2f5f51f3eaf3b97ab14951e1c19b4af4e2e (patch) | |
tree | 06f57bfe2d61f6945d2057006010203fe47af0a1 /examples | |
parent | 48d83a6b66a5e702ecdb5bd5d507d4916b306c15 (diff) |
Remove commented code from example.
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) |