whitespace, OCD
authorBen Morrow <childoftv@gmail.com>
Sun, 25 Aug 2013 06:06:34 +0000 (23:06 -0700)
committerBen Morrow <childoftv@gmail.com>
Sun, 25 Aug 2013 06:06:34 +0000 (23:06 -0700)
BenMorrow.pde

index a7f40da47f878c38c4c0fd6167bf4d5f77b74bf2..0bdb30e7548231e2527d33222c4cbc641cdb7118 100644 (file)
@@ -64,7 +64,7 @@ class TowerParams extends SCPattern
                        {
                                if(p.y<towerParams.get(i).getValuef()*200)
                                {
-                                       colors[p.index]=color(255 * hueoff.getValuef()+colorSpan * hueSpan.getValuef() * i,255,255);
+                                       colors[p.index]=color(255 * hueoff.getValuef()+colorSpan * hueSpan.getValuef() * i, 255, 255);
                                }
                        }
                }