mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +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
|
|
@ -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…
Reference in a new issue