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/text.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/text.scm') diff --git a/examples/text.scm b/examples/text.scm index dd9c83a..3d2b3b5 100644 --- a/examples/text.scm +++ b/examples/text.scm @@ -4,6 +4,6 @@ (define (draw alpha) (draw-text "The quick brown fox jumps over the lazy dog.\nFive hexing wizard bots jump quickly." - #v(140.0 240.0))) + (vec2 140.0 240.0))) (run-game #:draw draw) -- cgit v1.2.3