mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 15:43:45 +00:00
early out if any asset feed route results in explicitly being told to use an emptystring
This commit is contained in:
parent
ad0c141189
commit
96891e5673
1 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,8 @@ public: \
|
|||
{\
|
||||
m##name = NULL;\
|
||||
}\
|
||||
if(get##name() == StringTable->EmptyString())\
|
||||
return true;\
|
||||
\
|
||||
if (m##name##Asset.notNull() && m##name##Asset->getStatus() != SoundAsset::Ok)\
|
||||
{\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue