Skip to content

Commit

Permalink
Fix test for shared asset changes
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Oct 15, 2024
1 parent 43c2b20 commit 84a3f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native~/Runtime/src/TestGltfModelImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ TestGltfModelImpl::AddFeatureIdTexture(

// Copy feature IDs to texture.
CesiumGltf::Image& image = this->_nativeModel.images.emplace_back();
image.pCesium.emplace();
image.pCesium->width = 2;
image.pCesium->height = 2;
image.pCesium->bytesPerChannel = 1;
Expand Down

0 comments on commit 84a3f34

Please sign in to comment.