summaryrefslogtreecommitdiff
path: root/examples/common.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-02-10 22:00:02 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-02-10 22:01:38 -0500
commit4b1370fc286db564e32a8e2e890061bc3ed413ac (patch)
tree35030b58d5634b54018106bfb80a7af89054fdf1 /examples/common.scm
parent5571463e79247d6cb338a015e5bbf94d4bafde44 (diff)
examples: Update everything to use deferred GL resource loading.
Diffstat (limited to 'examples/common.scm')
-rw-r--r--examples/common.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/common.scm b/examples/common.scm
index 915c5fa..0c54447 100644
--- a/examples/common.scm
+++ b/examples/common.scm
@@ -18,8 +18,6 @@
(use-modules (sly)
(sly fps))
-(sly-init)
-
(add-hook! key-press-hook (lambda (key)
(when (eq? key 'escape)
(stop-game-loop))))
@@ -31,4 +29,4 @@
(format #t "FPS: ~d\n" (signal-ref fps)))
60)
-(start-sly-repl)
+;; (start-sly-repl)