cut control chars for font population

zip referenceablilty for font files
This commit is contained in:
AzaezelX 2023-03-17 23:02:27 -05:00
parent bb44fa4bb7
commit fd02044d20
2 changed files with 3 additions and 2 deletions

View file

@ -125,7 +125,7 @@ Resource<GFont> GFont::create(const String &faceName, U32 size, const char *cach
Resource<GFont> ret;
// If the file already exists attempt to load it
if (Platform::isFile(path.getFullPath().c_str()))
if (Torque::FS::IsFile(path.getFullPath().c_str()))
{
ret = ResourceManager::get().load(path);