Procházet zdrojové kódy

Matrix4: Correct format

Mugen87 před 8 roky
rodič
revize
7cd84fb972
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/math/Matrix4.js

+ 1 - 1
src/math/Matrix4.js

@@ -837,7 +837,7 @@ Matrix4.prototype = {
 
 		if ( far === undefined ) {
 
-			console.warn( 'THREE.Matrix4: .makePerspective() has been redefined and has a new signature. Please check the docs.');
+			console.warn( 'THREE.Matrix4: .makePerspective() has been redefined and has a new signature. Please check the docs.' );
 
 		}