Skip to content

Commit e519d4d

Browse files
author
mjd
committed
forgot "open" declaration in curve defn
1 parent ba44a91 commit e519d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linolib/curve.lino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
require "point";
33

4-
define curve {
4+
define curve open {
55
param index N;
66
point control[N];
77
draw { &draw_curve; }

0 commit comments

Comments
 (0)