[IFxEffectDef] Correctly load fx sounds
This commit is contained in:
parent
a1e2a1e790
commit
08065d4142
@ -61,7 +61,7 @@ namespace Assets
|
|||||||
|
|
||||||
case 0xA:
|
case 0xA:
|
||||||
{
|
{
|
||||||
builder->loadAsset(Game::XAssetType::ASSET_TYPE_SOUND, visuals->soundName);
|
builder->loadAsset(Game::XAssetType::ASSET_TYPE_SOUND, std::string(visuals->soundName), true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user