diff options
-rw-r--r-- | AutoVisual/IGPSquare.pde | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AutoVisual/IGPSquare.pde b/AutoVisual/IGPSquare.pde index b23176f..3432c81 100644 --- a/AutoVisual/IGPSquare.pde +++ b/AutoVisual/IGPSquare.pde @@ -53,7 +53,6 @@ class IGPSquare extends IGPFamily { } void createDividingLines(){ - stroke(0.0, 0.66, 0.0, 0.4); if(parts == 12){ createLine(constructionPartsTwelve.get(0), constructionPartsTwelve.get(6)); createLine(constructionPartsTwelve.get(1), constructionPartsTwelve.get(7)); |