Adjust includes

This commit is contained in:
Wojtek Figat
2021-06-17 14:15:19 +02:00
parent aa83af477a
commit 99012725dc
21 changed files with 57 additions and 55 deletions

View File

@@ -304,7 +304,7 @@ MClass* ScriptsBuilder::FindScript(const StringView& scriptName)
GetClassName(mclass->GetFullName(), mclassName);
if (className == mclassName)
{
LOG(Info, "Found {0} type for type {1} (assembly {2})", mclass->ToString(), String(scriptName.Get(), scriptName.Length()), assembly->ToString());
LOG(Info, "Found {0} type for type {1} (assembly {2})", String(mclass->GetFullName()), String(scriptName.Get(), scriptName.Length()), assembly->ToString());
return mclass;
}
}