From 88ec372616970faaa7be97ea999324fedcc1450f Mon Sep 17 00:00:00 2001 From: Diavolo Date: Thu, 30 Jun 2022 19:42:29 +0200 Subject: [PATCH] [IMaterial] fix format string --- src/Components/Modules/AssetInterfaces/IMaterial.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Components/Modules/AssetInterfaces/IMaterial.cpp b/src/Components/Modules/AssetInterfaces/IMaterial.cpp index d12c153b..4e321983 100644 --- a/src/Components/Modules/AssetInterfaces/IMaterial.cpp +++ b/src/Components/Modules/AssetInterfaces/IMaterial.cpp @@ -112,8 +112,9 @@ namespace Assets } } } - else { - Components::Logger::Print("Techset {} exists with the same name in iw4, and was mapped 1:1 with %s\n", techsetName, asset->techniqueSet->name); + else + { + Components::Logger::Print("Techset {} exists with the same name in iw4, and was mapped 1:1 with {}\n", techsetName, asset->techniqueSet->name); } if (!asset->techniqueSet)