2
0
Эх сурвалжийг харах

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

Arthur Silber 10 жил өмнө
parent
commit
6416348298

+ 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;
 
 
 		};
 		};