From 4b1370fc286db564e32a8e2e890061bc3ed413ac Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 10 Feb 2016 22:00:02 -0500 Subject: examples: Update everything to use deferred GL resource loading. --- examples/common.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/common.scm') 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) -- cgit v1.2.3