early out if any asset feed route results in explicitly being told to use an emptystring

This commit is contained in:
AzaezelX 2021-09-28 17:33:36 -05:00
parent ad0c141189
commit 96891e5673

View file

@ -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)\
{\