From d411669242ffcf5672305edcc80def26ae407362 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 1 Feb 2020 09:58:59 +0100 Subject: [PATCH] Use organic constant there too --- voicegardens/static/voicegardens.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index d91586e..dd688ca 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -236,7 +236,7 @@ class GeneratedShape { rotAngle += 360.0 / numberOfEdges; } - curveTightness(-5); + curveTightness(this.organicConstant); beginShape(); for (let i = 0; i < numberOfEdges; i++) { curveVertex(this.xs[i], this.ys[i]);