From 2102926762704c13bf14f0b9d4f1f4b48c12013f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 8 Oct 2021 06:24:33 -0400 Subject: examples: game-controller: Update call to color constructor. --- examples/game-controller.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/game-controller.scm') 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) -- cgit v1.2.3