Skip to content

Commit

Permalink
Update cesium-native.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Oct 28, 2024
1 parent d8f27c6 commit 4a96eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/CesiumRuntime/Private/Cesium3DTileset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ void ACesium3DTileset::updateLastViewUpdateResultState(
}

if (this->LogAssetStats && this->_pTileset) {
const CesiumGltfReader::NetworkImageAssetDepot& imageDepot =
const CesiumGltfReader::GltfSharedAssetSystem::ImageDepot& imageDepot =
*this->_pTileset->getSharedAssetSystem().pImage;
UE_LOG(
LogCesium,
Expand Down

0 comments on commit 4a96eea

Please sign in to comment.