8000 Updated builds. · robinboot/three.js@e025551 · GitHub
[go: up one dir, main page]

Skip to content

Commit e025551

Browse files
committed
Updated builds.
1 parent 253d441 commit e025551

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/three.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19170,7 +19170,7 @@ function WebGLRenderer(parameters = {}) {
1917019170

1917119171
let _alpha;
1917219172

19173-
if (parameters.context !== undefined) {
19173+
if (_context !== null) {
1917419174
_alpha = _context.getContextAttributes().alpha;
1917519175
} else {
1917619176
_alpha = parameters.alpha !== undefined ? parameters.alpha : false;

build/three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19172,7 +19172,7 @@
1917219172

1917319173
let _alpha;
1917419174

19175-
if (parameters.context !== undefined) {
19175+
if (_context !== null) {
1917619176
_alpha = _context.getContextAttributes().alpha;
1917719177
} else {
1917819178
_alpha = parameters.alpha !== undefined ? parameters.alpha : false;

build/three.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/three.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26096,7 +26096,7 @@ function WebGLRenderer( parameters = {} ) {
2609626096

2609726097
let _alpha;
2609826098

26099-
if ( parameters.context !== undefined ) {
26099+
if ( _context !== null ) {
2610026100

2610126101
_alpha = _context.getContextAttributes().alpha;
2610226102

0 commit comments

Comments
 (0)
0