From 3930b9af6969043c1a976fc256d2c1261395f856 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 6 Jul 2013 17:57:17 -0400 Subject: Fix indenting. --- examples/simple.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple.scm b/examples/simple.scm index 65321e9..891e0fc 100644 --- a/examples/simple.scm +++ b/examples/simple.scm @@ -30,7 +30,7 @@ ;; Load a sprite and center it on the screen. ;; Must be done AFTER opening the window. (set! sprite (load-sprite "images/sprite.png" #:position (vector (/ window-width 2) - (/ window-height 2)))) + (/ window-height 2)))) ;; Start the game loop. ;; The render callback will be called through this procedure. -- cgit v1.2.3