summaryrefslogtreecommitdiff
path: root/examples/lines.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lines.scm')
-rw-r--r--examples/lines.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lines.scm b/examples/lines.scm
index 5e800e0..75aadf1 100644
--- a/examples/lines.scm
+++ b/examples/lines.scm
@@ -8,8 +8,8 @@
(define lines
(list-tabulate 48
(lambda (n)
- (list (vec2 (random 640) (random 480))
- (vec2 (random 640) (random 480))
+ (list #v((random 640) (random 480))
+ #v((random 640) (random 480))
(make-color (random:uniform)
(random:uniform)
(random:uniform)