diff options
Diffstat (limited to 'chickadee.scm')
-rw-r--r-- | chickadee.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chickadee.scm b/chickadee.scm index 41a3d90..f918330 100644 --- a/chickadee.scm +++ b/chickadee.scm @@ -147,11 +147,7 @@ (with-window window (let ((update-interval (round (/ 1000 update-hz))) (default-viewport - (make-viewport 0 0 window-width window-height - ;; Just a fun color from the Dawnbringer - ;; 32-color palette instead of boring old - ;; black. - #:clear-color (rgb #x45283c)))) + (make-viewport 0 0 window-width window-height))) (call-with-prompt game-loop-prompt-tag (lambda () ;; Catch SIGINT and kill the loop. |