repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130802e
)
whitespace, OCD
author
Ben Morrow
<childoftv@gmail.com>
Sun, 25 Aug 2013 06:06:34 +0000
(23:06 -0700)
committer
Ben Morrow
<childoftv@gmail.com>
Sun, 25 Aug 2013 06:06:34 +0000
(23:06 -0700)
BenMorrow.pde
patch
|
blob
|
blame
|
history
diff --git
a/BenMorrow.pde
b/BenMorrow.pde
index a7f40da47f878c38c4c0fd6167bf4d5f77b74bf2..0bdb30e7548231e2527d33222c4cbc641cdb7118 100644
(file)
--- a/
BenMorrow.pde
+++ b/
BenMorrow.pde
@@
-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);
}
}
}