Merge pull request #343 from diamante0018/aaaa
[IMaterial] Fix format string
This commit is contained in:
commit
83c4482c3f
@ -112,8 +112,9 @@ namespace Assets
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
Components::Logger::Print("Techset {} exists with the same name in iw4, and was mapped 1:1 with %s\n", techsetName, asset->techniqueSet->name);
|
{
|
||||||
|
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)
|
if (!asset->techniqueSet)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user