remove iterator from particle system

This commit is contained in:
Daniel Shiffman
2013-03-06 22:38:01 -05:00
parent e67dfcf8ab
commit 95abed351f
2 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ ArrayList<ParticleSystem> systems;
void setup() {
size(640, 360);
systems = new ArrayList<ParticleSystem>();
smooth();
}
void draw() {