Explorar o código

fixed a typo.

Nico Kruithof %!s(int64=14) %!d(string=hai) anos
pai
achega
82a0bcfc26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/Vector3.js

+ 1 - 1
src/core/Vector3.js

@@ -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;