Fix new instance that triggers -Wnon-pod-varargs (#1290)
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user