Merge pull request #343 from diamante0018/aaaa

[IMaterial] Fix format string
This commit is contained in:
Dss0
2022-06-30 21:38:06 +02:00
committed by GitHub

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)