瀏覽代碼

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

Arthur Silber 10 年之前
父節點
當前提交
6416348298
共有 2 個文件被更改,包括 2 次插入2 次删除
  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;
 
 		};