We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f0823 commit f8ac577Copy full SHA for f8ac577
packages/engine/Source/Scene/QuadtreeTile.js
@@ -109,6 +109,7 @@ function QuadtreeTile(options) {
109
this._loadPriority = 0.0;
110
111
this._customData = new Set();
112
+ this._customDataIterator = undefined;
113
this._addedCustomData = [];
114
this._removedCustomData = [];
115
this._lastSelectionResult = TileSelectionResult.NONE;
0 commit comments