Skip to content

Commit 8aaac08

Browse files
committed
comment
1 parent 1a83995 commit 8aaac08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/base/TilesRendererBase.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ export class TilesRendererBase {
248248

249249
markTileUsed( tile ) {
250250

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

0 commit comments

Comments
 (0)