Browse Source

add () to error message

aardgoose 8 years ago
parent
commit
3fbcb1367c
1 changed files with 1 additions and 1 deletions
  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." );
 
 		}