Flock: Use Symbol#place() instead.

This commit is contained in:
Jürg Lehni 2011-06-20 17:52:46 +01:00
parent 02408fc47e
commit 322a427208

View file

@ -31,7 +31,7 @@
this.r = 30;
this.maxSpeed = maxSpeed + strength;
this.maxForce = maxForce + strength;
this.head = new PlacedSymbol(headSymbol);
this.head = headSymbol.place();
this.path = new Path();
this.shortPath = new Path();
this.shortPath.strokeWidth = 4;