diff options
Diffstat (limited to '2d/game-loop.scm')
-rw-r--r-- | 2d/game-loop.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2d/game-loop.scm b/2d/game-loop.scm index b55c383..631aef8 100644 --- a/2d/game-loop.scm +++ b/2d/game-loop.scm @@ -223,7 +223,6 @@ time in milliseconds that has passed since the last game update." (define (run-game game) "Open a window and start the game loop for GAME." - (pk 'game game) (open-window (game-title game) (game-resolution game) (game-fullscreen? game)) |