summaryrefslogtreecommitdiff
path: root/examples/text.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/text.scm')
-rw-r--r--examples/text.scm2
1 files changed, 1 insertions, 1 deletions
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)