Appears to do nothing actually
This commit is contained in:
parent
39fba2aeb3
commit
46b4eaf7c5
@ -258,11 +258,9 @@ class GeneratedShape {
|
||||
|
||||
curveTightness(this.organicConstant);
|
||||
beginShape();
|
||||
curveVertex(this.xs[this.xs.length - 1], this.ys[this.ys.length - 1]);
|
||||
for (let i = 0; i < this.edges; i++) {
|
||||
curveVertex(this.xs[i], this.ys[i]);
|
||||
}
|
||||
curveVertex(this.xs[0], this.ys[0]);
|
||||
endShape(CLOSE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user