Skip to content

Commit

Permalink
WebGPUBackground: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Sep 3, 2020
1 parent f483e32 commit 7a096e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/renderers/webgpu/WebGPUBackground.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class WebGPUBackground {
_clearColor.copy( renderer._clearColor );
_clearAlpha = renderer._clearAlpha;

} else if ( background !== null && background.isColor === true ) {
} else if ( background.isColor === true ) {

// background is an opaque color

Expand Down

0 comments on commit 7a096e8

Please sign in to comment.