summaryrefslogtreecommitdiff
path: root/examples/grid.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/grid.scm')
-rw-r--r--examples/grid.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/grid.scm b/examples/grid.scm
index 6fab47a..0234746 100644
--- a/examples/grid.scm
+++ b/examples/grid.scm
@@ -7,7 +7,6 @@
(chickadee render font)
(chickadee render shapes)
(chickadee render sprite)
- (chickadee sdl)
(sdl2 input keyboard))
(define grid (make-grid))
@@ -82,4 +81,4 @@
(draw-filled-rect rect item-color)))
grid)))
-(run-game/sdl #:load load #:draw draw #:update update)
+(run-game #:load load #:draw draw #:update update)