diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/game-controller.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/game-controller.scm b/examples/game-controller.scm index 44070ac..f166939 100644 --- a/examples/game-controller.scm +++ b/examples/game-controller.scm @@ -56,7 +56,7 @@ (sprite-batch-add! batch p #:texture-region (texture-atlas-ref atlas tile) - #:tint (color 1.0 1.0 1.0 alpha))))) + #:tint (make-color 1.0 1.0 1.0 alpha))))) trigger-icons) (for-each (match-lambda (((and (or 'left-stick 'right-stick) button) |