Explorar o código

CanvasRenderer: typo

brason %!s(int64=10) %!d(string=hai) anos
pai
achega
4d0041d9be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/renderers/CanvasRenderer.js

+ 1 - 1
examples/js/renderers/CanvasRenderer.js

@@ -177,7 +177,7 @@ THREE.CanvasRenderer = function ( parameters ) {
 
 		}
 
-		_clipBox.min.set( -_canvasWidthHalf, -_canvasHeightHalf ),
+		_clipBox.min.set( -_canvasWidthHalf, -_canvasHeightHalf );
 		_clipBox.max.set(   _canvasWidthHalf,   _canvasHeightHalf );
 
 		_clearBox.min.set( - _canvasWidthHalf, - _canvasHeightHalf );