From b9fa5959cbd7ad512566029b202d00a443ea3f15 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 21 Sep 2021 20:05:17 -0400 Subject: math: vector: Deprecate #v syntax and remove uses of it. --- examples/9-patch.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/9-patch.scm') diff --git a/examples/9-patch.scm b/examples/9-patch.scm index 451f079..feb02b0 100644 --- a/examples/9-patch.scm +++ b/examples/9-patch.scm @@ -12,6 +12,6 @@ (define (draw alpha) (draw-9-patch image (make-rect 192.0 192.0 256.0 96.0) #:margin 4.0) - (draw-text "I am error." #v(200.0 266.0))) + (draw-text "I am error." (vec2 200.0 266.0))) (run-game #:load load #:draw draw) -- cgit v1.2.3