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 77bbca1 commit 3ffbbc5Copy full SHA for 3ffbbc5
Cesium3DTilesSelection/src/TilesetContentManager.cpp
@@ -1475,7 +1475,7 @@ UnloadTileContentResult TilesetContentManager::unloadTileContent(Tile& tile) {
1475
1476
TileLoadState state = tile.getState();
1477
// Test if a glTF modifier is in progress.
1478
- if (_externals.pGltfModifier && state == TileLoadState::Done) {
+ if (_externals.pGltfModifier) {
1479
auto* renderContent = tile.getContent().getRenderContent();
1480
if (renderContent) {
1481
switch (renderContent->getGltfModifierState()) {
0 commit comments