Corrected bug...

This commit is contained in:
Thomas FORGIONE 2015-05-22 10:03:34 +02:00
parent 4a15413b30
commit ea56745b3f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ PointerCamera.prototype.hermiteMotion = function(time) {
this.target = Tools.sum(this.position, this.hermiteAngles.eval(this.t));
this.t += 0.01 * time / 20;
fayt
if (this.t > 1) {
this.movingHermite = false;
this.anglesFromVectors();