[IMaterial] Adjust missing techset message
This commit is contained in:
parent
66bf02ba43
commit
9bf36c2c77
@ -83,7 +83,7 @@ namespace Assets
|
||||
|
||||
if (!asset->techniqueSet)
|
||||
{
|
||||
Components::Logger::Error("Techset '%s' not found!", techset.data());
|
||||
Components::Logger::Error("Missing techset: '%s' not found", techset.data());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user