repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6364220
)
Change to list clearing
author
Ben Morrow
<childoftv@gmail.com>
Sun, 18 Aug 2013 21:26:07 +0000
(14:26 -0700)
committer
Ben Morrow
<childoftv@gmail.com>
Sun, 18 Aug 2013 21:26:07 +0000
(14:26 -0700)
GranimPattern.pde
patch
|
blob
|
blame
|
history
diff --git
a/GranimPattern.pde
b/GranimPattern.pde
index c2f9fc0d0aa4d2c043b41526c9959da50d9e141c..0af19f38f551c6d8a7ecd8472455bf3b163a10f9 100644
(file)
--- a/
GranimPattern.pde
+++ b/
GranimPattern.pde
@@
-24,7
+24,7
@@
class Granim extends Graphic
}
public Graphic addGraphic(String name, Graphic g)
{
- graphicBuffer.clear();
+
//
graphicBuffer.clear();
while(width()< g.position+1)
{
graphicBuffer.add(color(0,0,0));