|
@@ -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 );
|