diff options
Diffstat (limited to 'demo/sandbox.scm')
| -rw-r--r-- | demo/sandbox.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/sandbox.scm b/demo/sandbox.scm index 09c31fb..e23584f 100644 --- a/demo/sandbox.scm +++ b/demo/sandbox.scm @@ -140,7 +140,7 @@ (let ((scene (game-scene game))) (game-scene-set! game (scene-map-entities scene - (lambda (e) + (lambda (scene_ e) (if (eq? (entity-type e) 'demo-bot) (update-demo-bot e dt) e)))))))) |
