Skip to content

Commit 897d001

Browse files
committed
exposed subdivisions
1 parent fbfe31f commit 897d001

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/marginallyclever/makelangelo/donatelloimpl/nodes/turtle/shapes

1 file changed

+1
-0
lines changed

src/main/java/com/marginallyclever/makelangelo/donatelloimpl/nodes/turtle/shapes/Line.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public Line() {
2525
addPort(y0);
2626
addPort(x1);
2727
addPort(y1);
28+
addPort(steps);
2829
addPort(contents);
2930
}
3031

0 commit comments

Comments
 (0)