Browse Source

Matrix4: Clean up.

linbingquan 4 years ago
parent
commit
c1f7d74315
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Matrix4.js

+ 1 - 1
src/math/Matrix4.js

@@ -822,7 +822,7 @@ class Matrix4 {
 
 	}
 
-	fromArray( array = [], offset = 0 ) {
+	fromArray( array, offset = 0 ) {
 
 		for ( let i = 0; i < 16; i ++ ) {