Pārlūkot izejas kodu

Matrix3: Added missing offset parameter to fromArray()

Mr.doob 9 gadi atpakaļ
vecāks
revīzija
1c6e354214
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;