mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
zip support followup
This commit is contained in:
parent
b8eaefc21e
commit
36b31ae19d
6 changed files with 8 additions and 8 deletions
|
|
@ -218,7 +218,7 @@ bool SoundAsset::loadSound()
|
|||
{
|
||||
if (mSoundPath)
|
||||
{
|
||||
if (!Platform::isFile(mSoundPath))
|
||||
if (!Torque::FS::IsFile(mSoundPath))
|
||||
{
|
||||
Con::errorf("SoundAsset::initializeAsset: Attempted to load file %s but it was not valid!", mSoundFile);
|
||||
mLoadedState = BadFileReference;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue