mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
sound asset conversions - ambience
This commit is contained in:
parent
f0d919e859
commit
9ab5f61c39
4 changed files with 20 additions and 13 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue