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
commit 83c4482c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)