From 7cd84fb972f573cec20792b326b7fd022f4cbff5 Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Sat, 17 Dec 2016 11:17:02 +0100 Subject: [PATCH] Matrix4: Correct format --- src/math/Matrix4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/Matrix4.js b/src/math/Matrix4.js index 10bfabcc0b..8ea0968729 100644 --- a/src/math/Matrix4.js +++ b/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.' ); } -- GitLab