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 0b2cfdf commit 1ebca65Copy full SHA for 1ebca65
Source/CesiumRuntime/Private/CesiumGltfComponent.cpp
@@ -3148,7 +3148,8 @@ static void loadPrimitiveGameThreadPart(
3148
3149
#if PLATFORM_MAC
3150
// TODO: figure out why water material crashes mac
3151
- UMaterialInterface* pBaseMaterial = is_in_blend_mode(loadResult)
+ UMaterialInterface* pUserDesignatedMaterial =
3152
+ is_in_blend_mode(loadResult)
3153
? pGltf->BaseMaterialWithTranslucency
3154
: pGltf->BaseMaterial;
3155
#else
0 commit comments