mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
This commit is contained in:
@@ -29,7 +29,6 @@ void setup() {
|
||||
img.mask(msk);
|
||||
ps = new ParticleSystem(0, new PVector(width/2, height-20), img);
|
||||
|
||||
smooth();
|
||||
}
|
||||
|
||||
void draw() {
|
||||
|
||||
Reference in New Issue
Block a user