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

@ -263,7 +263,7 @@ void ImageAsset::loadImage()
{
if (mImagePath)
{
if (!Platform::isFile(mImagePath))
if (!Torque::FS::IsFile(mImagePath))
{
Con::errorf("ImageAsset::initializeAsset: Attempted to load file %s but it was not valid!", mImageFileName);
mLoadedState = BadFileReference;