diff options
author | David Runge <dave@sleepmap.de> | 2016-01-02 20:08:26 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-01-02 20:08:26 +0100 |
commit | 64912266db9e7f612b67db5860b0d9beb2918955 (patch) | |
tree | ad1479235b3256adefbcccde93fbca6e95bfb269 /AutoVisual | |
parent | b2c4efa974c3575e310339a72a5f10ad4e1aeba5 (diff) | |
download | processing-sketchbook-64912266db9e7f612b67db5860b0d9beb2918955.tar.gz processing-sketchbook-64912266db9e7f612b67db5860b0d9beb2918955.tar.bz2 processing-sketchbook-64912266db9e7f612b67db5860b0d9beb2918955.tar.xz processing-sketchbook-64912266db9e7f612b67db5860b0d9beb2918955.zip |
AutoVisual/IGPSquare.pde: Removing direct call to stroke().
Diffstat (limited to 'AutoVisual')
-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)); |