summaryrefslogtreecommitdiff
path: root/examples/common.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.scm')
-rw-r--r--examples/common.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/common.scm b/examples/common.scm
index 65e02df..915c5fa 100644
--- a/examples/common.scm
+++ b/examples/common.scm
@@ -20,7 +20,7 @@
(sly-init)
-(add-hook! key-press-hook (lambda (key unicode)
+(add-hook! key-press-hook (lambda (key)
(when (eq? key 'escape)
(stop-game-loop))))