Kaynağa Gözat

Matrix3: Added missing offset parameter to fromArray()

Mr.doob 9 yıl önce
ebeveyn
işleme
1c6e354214
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/math/Matrix3.js

+ 1 - 1
src/math/Matrix3.js

@@ -272,7 +272,7 @@ Matrix3.prototype = {
 
 	},
 
-	fromArray: function ( array ) {
+	fromArray: function ( array, offset ) {
 
 		if ( offset === undefined ) offset = 0;