diff options
Diffstat (limited to 'examples/9-patch.scm')
-rw-r--r-- | examples/9-patch.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |