Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jürg Lehni 2011-05-04 18:43:02 +01:00
commit 7872df080e

View file

@ -77,6 +77,7 @@
segment.point += rotated; segment.point += rotated;
lastVector = vector; lastVector = vector;
} }
this.path.smooth();
this.head.position = this.loc; this.head.position = this.loc;
var vector = this.loc - this.lastLoc; var vector = this.loc - this.lastLoc;
var rot = vector.angle; var rot = vector.angle;