diff options
-rw-r--r-- | bytepusher.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytepusher.scm b/bytepusher.scm index 2a3eb67..8474999 100644 --- a/bytepusher.scm +++ b/bytepusher.scm @@ -160,7 +160,7 @@ (define (loop-frame!) (let loop ((count 65536)) (execute! (get-pc)) - (unless (= count 0) (loop (- count 1))))) + (unless (= count 0) (loop (- count 1))))) (define (loop! renderer) (define texture (make-display-texture renderer)) |