Skip to content

Commit bf7a89e

Browse files
authored
Fixed DeepScan issue.
1 parent 285c9b6 commit bf7a89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/renderers/webgpu/WebGPUBackend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ class WebGPUBackend extends Backend {
467467

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

470-
occluded.add( currentOcclusionQueryObjects[ i ], true );
470+
occluded.add( currentOcclusionQueryObjects[ i ] );
471471

472472
}
473473

0 commit comments

Comments
 (0)