Skip to content

Commit 32ecf78

Browse files
committed
Updated builds.
1 parent 0fd4d86 commit 32ecf78

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

build/three.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16090,7 +16090,9 @@ THREE.CanvasRenderer = function ( parameters ) {
1609016090
_canvasWidthHalf = Math.floor( _canvasWidth / 2 ),
1609116091
_canvasHeightHalf = Math.floor( _canvasHeight / 2 ),
1609216092

16093-
_context = _canvas.getContext( '2d' ),
16093+
_context = _canvas.getContext( '2d', {
16094+
alpha: parameters.alpha === true
16095+
} ),
1609416096

1609516097
_clearColor = new THREE.Color( 0x000000 ),
1609616098
_clearAlpha = 0,

build/three.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)