Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
Co-authored-by: Janine Liu <[email protected]>
  • Loading branch information
kring and j9liu authored Sep 26, 2024
1 parent 74acd1a commit 85226ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cesium3DTilesSelection/src/Tileset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Tileset::updateView(const std::vector<ViewState>& frustums, float deltaTime) {

Tile* pRootTile = this->getRootTile();
if (!pRootTile) {
// If the root tile is already supposed to be ready, but it's not, it means
// If the root tile is marked as ready, but doesn't actually exist, then
// the tileset couldn't load. Fail any outstanding height requests.
if (!this->_heightRequests.empty() && this->_pTilesetContentManager &&
this->_pTilesetContentManager->getRootTileAvailableEvent().isReady()) {
Expand Down

0 comments on commit 85226ee

Please sign in to comment.