Parcourir la source

add () to error message

aardgoose il y a 8 ans
Parent
commit
3fbcb1367c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 ) {
 		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." );
 
 
 		}
 		}