[IFxEffectDef] Don't load native fx first
This commit is contained in:
parent
72efac3a3a
commit
fc6c24ca30
@ -7,7 +7,7 @@ namespace Assets
|
||||
void IFxEffectDef::load(Game::XAssetHeader* header, std::string name, Components::ZoneBuilder::Zone* builder)
|
||||
{
|
||||
if (!header->data) this->loadEfx(header, name, builder); // Check if we have an editor fx
|
||||
if (!header->data) this->loadNative(header, name, builder); // Check if there is a native one
|
||||
//if (!header->data) this->loadNative(header, name, builder); // Check if there is a native one
|
||||
if (!header->data) this->loadBinary(header, name, builder); // Check if we need to import a new one into the game
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user