We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f483e32 commit 7a096e8Copy full SHA for 7a096e8
examples/jsm/renderers/webgpu/WebGPUBackground.js
@@ -33,7 +33,7 @@ class WebGPUBackground {
33
_clearColor.copy( renderer._clearColor );
34
_clearAlpha = renderer._clearAlpha;
35
36
- } else if ( background !== null && background.isColor === true ) {
+ } else if ( background.isColor === true ) {
37
38
// background is an opaque color
39
0 commit comments