diff options
Diffstat (limited to 'demo/scaling.scm')
| -rw-r--r-- | demo/scaling.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demo/scaling.scm b/demo/scaling.scm index f8bfdfb..982817a 100644 --- a/demo/scaling.scm +++ b/demo/scaling.scm @@ -36,7 +36,8 @@ camera: (make-camera x: 0 y: 0) tileset-texture: #f camera-target: #f - background: '(30 30 50)))) + background: '(30 30 50) + engine-update: 'none))) update: (lambda (game dt) (let* ((input (game-input game)) |
