Skip to content

Commit b83ac25

Browse files
committed
Add comment
1 parent 8294ebe commit b83ac25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/core/renderer/tiles/TilesRendererBase.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,10 @@ export class TilesRendererBase {
10641064

10651065
disposeTile( tile ) {
10661066

1067+
// TODO:
1068+
// The way this is structured means that plugin dispose tile functions will be fired first, then
1069+
// visibility changes. This ordering is not intuitive.
1070+
10671071
// Need to mirror the "traverseFunctions" behavior for empty tiles (eg internal tile sets)
10681072
if ( tile.traversal.visible ) {
10691073

0 commit comments

Comments
 (0)