Skip to content

Commit f8ac577

Browse files
committed
Declares iterator in quadtreetile constructor
1 parent e8f0823 commit f8ac577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/engine/Source/Scene/QuadtreeTile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ function QuadtreeTile(options) {
109109
this._loadPriority = 0.0;
110110

111111
this._customData = new Set();
112+
this._customDataIterator = undefined;
112113
this._addedCustomData = [];
113114
this._removedCustomData = [];
114115
this._lastSelectionResult = TileSelectionResult.NONE;

0 commit comments

Comments
 (0)