Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Jan 1, 2025
1 parent 1a83995 commit 8aaac08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/TilesRendererBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ export class TilesRendererBase {

markTileUsed( tile ) {

// save the tile in a separate "used set" so we can mark it as unused
// before the next tile set traversal
this.usedSet.add( tile );
this.lruCache.add( tile );

Expand Down

0 comments on commit 8aaac08

Please sign in to comment.