Explorar o código

Fix minification build errors in Matrix3.js/Matrix4.js

Arthur Silber %!s(int64=10) %!d(string=hai) anos
pai
achega
6416348298
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/math/Matrix3.js
  2. 1 1
      src/math/Matrix4.js

+ 1 - 1
src/math/Matrix3.js

@@ -134,7 +134,7 @@ THREE.Matrix3.prototype = {
 
 			}
 
-			return array;
+			return buffer;
 
 		};
 

+ 1 - 1
src/math/Matrix4.js

@@ -517,7 +517,7 @@ THREE.Matrix4.prototype = {
 
 			}
 
-			return array;
+			return buffer;
 
 		};