diff options
Diffstat (limited to 'examples/lines.scm')
-rw-r--r-- | examples/lines.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/lines.scm b/examples/lines.scm index e6b1929..5e800e0 100644 --- a/examples/lines.scm +++ b/examples/lines.scm @@ -25,7 +25,4 @@ #:thickness thickness))) lines)) -(add-hook! draw-hook draw) -(add-hook! quit-hook abort-game) - -(run-game) +(run-game/sdl #:draw draw) |