Skip to content

Commit

Permalink
Replace another deprecated method call.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 1, 2024
1 parent 64a6de6 commit 9598636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native~/Runtime/src/UnityPrepareRendererResources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ void UnityPrepareRendererResources::free(
void* UnityPrepareRendererResources::prepareRasterInLoadThread(
CesiumGltf::ImageAsset& image,
const std::any& rendererOptions) {
CesiumGltfReader::GltfReader::generateMipMaps(image);
CesiumGltfReader::ImageDecoder::generateMipMaps(image);
return nullptr;
}

Expand Down

0 comments on commit 9598636

Please sign in to comment.