mirror of https://github.com/CesiumGS/cesium.git
Declares iterator in quadtreetile constructor
This commit is contained in:
parent
e8f082344c
commit
f8ac5772f5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue