Skip to content

Commit 6270bc9

Browse files
authored
Update UnloadTilesPlugin.js (#926)
1 parent 517b1d4 commit 6270bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/three/UnloadTilesPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class UnloadTilesPlugin {
110110

111111
tiles.forEachLoadedModel( ( scene, tile ) => {
112112

113-
const visible = tiles.visibleSet.has( tile );
113+
const visible = tiles.visibleTiles.has( tile );
114114
this._onVisibilityChangeCallback( { scene, visible } );
115115

116116
} );

0 commit comments

Comments
 (0)