mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
zip support followup
This commit is contained in:
parent
b8eaefc21e
commit
36b31ae19d
6 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue