sound asset conversions - ambience

This commit is contained in:
AzaezelX 2021-10-14 22:31:00 -05:00
parent f0d919e859
commit 9ab5f61c39
4 changed files with 20 additions and 13 deletions

View file

@ -150,7 +150,7 @@ void SFXSoundscapeManager::update()
if( !soundscape->_isOverridden() )
{
SFXTrack* track = ambience->getSoundTrack();
SFXTrack* track = ambience->getSoundTrackProfile();
if( !soundscape->mSource || soundscape->mSource->getTrack() != track )
{
if( soundscape->mSource != NULL )