@@ -112,7 +112,7 @@ THREE.Vector3.prototype = {
this.x *= v.x;
this.y *= v.y;
- this.z *= v.y;
+ this.z *= v.z;
return this;