summaryrefslogtreecommitdiff
path: root/examples/common.scm
diff options
context:
space:
mode:
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)