mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
fixing up ArrayLists for generics, also Kock curve updates
This commit is contained in:
@@ -12,7 +12,6 @@ ParticleSystem ps;
|
||||
|
||||
void setup() {
|
||||
size(640,360);
|
||||
smooth();
|
||||
ps = new ParticleSystem(new PVector(width/2,50));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user