From 84a3f345bdb540d877d87d32fabd24e863daa68f Mon Sep 17 00:00:00 2001 From: Ashley Rogers Date: Tue, 15 Oct 2024 13:35:09 -0400 Subject: [PATCH] Fix test for shared asset changes --- native~/Runtime/src/TestGltfModelImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/native~/Runtime/src/TestGltfModelImpl.cpp b/native~/Runtime/src/TestGltfModelImpl.cpp index a3bd73aa..3f0aa896 100644 --- a/native~/Runtime/src/TestGltfModelImpl.cpp +++ b/native~/Runtime/src/TestGltfModelImpl.cpp @@ -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;