Skip to content

Commit f7a37b3

Browse files
committed
GTAOPass: review comment mrdoob#31453 (comment)
1 parent 9866c8f commit f7a37b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/jsm/postprocessing/GTAOPass.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,6 @@ class GTAOPass extends Pass {
653653
const scene = this.scene;
654654
const cache = this._visibilityCache;
655655

656-
cache.length = 0;
657-
658656
scene.traverse( function ( object ) {
659657

660658
if ( ( object.isPoints || object.isLine || object.isLine2 ) && object.visible ) {

0 commit comments

Comments
 (0)