zip support followup

This commit is contained in:
AzaezelX 2021-07-22 21:27:13 -05:00
parent b8eaefc21e
commit 36b31ae19d
6 changed files with 8 additions and 8 deletions

View file

@ -192,7 +192,7 @@ void GameObjectAsset::setTAMLFile(const char* pTAMLFile)
const char* GameObjectAsset::create()
{
if (!Platform::isFile(mTAMLFile))
if (!Torque::FS::IsFile(mTAMLFile))
return "";
// Set the format mode.