Sfoglia il codice sorgente

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

Arthur Silber 10 anni fa
parent
commit
6416348298
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;
 
 		};