mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Fonts will now correctly detect encoding of fonts from mods
This commit is contained in:
@ -1106,6 +1106,9 @@ TModID CModHandler::findResourceOrigin(const ResourceID & name)
|
||||
return modID;
|
||||
}
|
||||
|
||||
if(CResourceHandler::get("core")->existsResource(name))
|
||||
return "core";
|
||||
|
||||
assert(0);
|
||||
return "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user