diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/common.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/common.scm b/examples/common.scm index 03a0a28..07e7aae 100644 --- a/examples/common.scm +++ b/examples/common.scm @@ -25,7 +25,6 @@ (sly window)) (open-window) -(enable-sprites) (add-hook! key-press-hook (lambda (key unicode) (when (eq? key 'escape) |