Declares iterator in quadtreetile constructor

This commit is contained in:
Matt Schwartz 2025-10-13 15:28:53 -04:00
parent e8f082344c
commit f8ac5772f5
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ function QuadtreeTile(options) {
this._loadPriority = 0.0;
this._customData = new Set();
this._customDataIterator = undefined;
this._addedCustomData = [];
this._removedCustomData = [];
this._lastSelectionResult = TileSelectionResult.NONE;