Merge pull request #4844 from aws-lumberyard-dev/Atom/guthadam/material_system_component_release_fixes

Fixing material system component mac release build
This commit is contained in:
Guthrie Adams
2021-10-20 18:05:14 -05:00
committed by GitHub
@@ -194,6 +194,8 @@ namespace AZ
AZ::RPI::AssetUtils::GetAssetIdForProductPath(DefaultLightingPresetPath), propertyOverrides),
[entityId, materialAssignmentId]()
{
AZ_UNUSED(entityId);
AZ_UNUSED(materialAssignmentId);
AZ_Warning(
"EditorMaterialSystemComponent", false, "RenderMaterialPreview capture failed for entity %s slot %s.",
entityId.ToString().c_str(), materialAssignmentId.ToString().c_str());