aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test.moon
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test.moon')
-rw-r--r--examples/test.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.moon b/examples/test.moon
index 352ebd2..ef25cd8 100644
--- a/examples/test.moon
+++ b/examples/test.moon
@@ -3,6 +3,6 @@ import vec2 from require 'cpml'
=>
input.point @p
- input.rectangle @re, max: @p!
+ input.rect @re, max: @p!
input.circle @circ, center: @p!