mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
Removed non-ASCII chars from PShapeSVG.java
This commit is contained in:
@@ -27,5 +27,5 @@ void draw() {
|
||||
|
||||
// Add a new boid into the System
|
||||
void mousePressed() {
|
||||
flock.addBoid(new Boid(new PVector(mouseX,mouseY),2.0f,0.05f));
|
||||
flock.addBoid(new Boid(new PVector(mouseX,mouseY), 2.0, 0.05));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user