Explorar o código

add () to error message

aardgoose %!s(int64=8) %!d(string=hai) anos
pai
achega
3fbcb1367c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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." );
 
 		}