There was an error while loading. Please reload this page.
1 parent 37f5a64 commit 02408fcCopy full SHA for 02408fc
1 file changed
examples/Animated/Flock.html
@@ -31,7 +31,7 @@
31
this.r = 30;
32
this.maxSpeed = maxSpeed + strength;
33
this.maxForce = maxForce + strength;
34
- this.head = new PlacedSymbol(head);
+ this.head = new PlacedSymbol(headSymbol);
35
this.path = new Path();
36
this.shortPath = new Path();
37
this.shortPath.strokeWidth = 4;
0 commit comments