Skip to content

Commit

Permalink
Fixed DeepScan issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Sep 27, 2023
1 parent 285c9b6 commit bf7a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/renderers/webgpu/WebGPUBackend.js
Expand Up @@ -467,7 +467,7 @@ class WebGPUBackend extends Backend {

if ( results[ i ] !== 0n ) {

occluded.add( currentOcclusionQueryObjects[ i ], true );
occluded.add( currentOcclusionQueryObjects[ i ] );

}

Expand Down

0 comments on commit bf7a89e

Please sign in to comment.