mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
remove iterator from particle system
This commit is contained in:
@@ -15,7 +15,6 @@ ArrayList<ParticleSystem> systems;
|
||||
void setup() {
|
||||
size(640, 360);
|
||||
systems = new ArrayList<ParticleSystem>();
|
||||
smooth();
|
||||
}
|
||||
|
||||
void draw() {
|
||||
|
||||
Reference in New Issue
Block a user