Pārlūkot izejas kodu

add () to error message

aardgoose 8 gadi atpakaļ
vecāks
revīzija
3fbcb1367c
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

@@ -184,7 +184,7 @@ Object.assign( Matrix3.prototype, {
 
 		if ( matrix && matrix.isMatrix4 ) {
 
-			console.error( "THREE.Matrix3: .getInverse no longer takes a Matrix4 argument." );
+			console.error( "THREE.Matrix3: .getInverse() no longer takes a Matrix4 argument." );
 
 		}