[IMaterial] fix format string

This commit is contained in:
Diavolo 2022-06-30 19:42:29 +02:00
parent 7f8bf48c91
commit 88ec372616
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -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)