瀏覽代碼

Matrix4: Correct format

Mugen87 8 年之前
父節點
當前提交
7cd84fb972
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/math/Matrix4.js

+ 1 - 1
src/math/Matrix4.js

@@ -837,7 +837,7 @@ Matrix4.prototype = {
 
 
 		if ( far === undefined ) {
 		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.' );
 
 
 		}
 		}