Fix new instance that triggers -Wnon-pod-varargs (#1290)

This commit is contained in:
Chris Burel
2021-06-11 18:31:42 -07:00
committed by GitHub
parent 63bb8aa8a9
commit 259542b3ca
@@ -295,7 +295,7 @@ namespace PhysX
AZ_TracePrintf(
AZ::SceneAPI::Utilities::WarningWindow,
"Node '%.*s' does not have any material assigned to it. Material '%s' will be used.",
nodeName.size(), nodeName, DefaultMaterialName
AZ_STRING_ARG(nodeName), DefaultMaterialName
);
}