diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-27 18:28:23 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-27 18:28:23 +0200 |
commit | 59ceaf556960cec87edbcf93a00a77f54c0e9a1a (patch) | |
tree | f923c60e48535e5476444e98de54677b1594eb4b | |
parent | a3c2274963452f85cb7e28a1dec54a24c3272a1d (diff) |
SL-16339 Rename setAmbient in openal
-rw-r--r-- | indra/llaudio/llaudioengine_openal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llaudioengine_openal.cpp b/indra/llaudio/llaudioengine_openal.cpp index 3bdd0302ee..305aa1ecb5 100644 --- a/indra/llaudio/llaudioengine_openal.cpp +++ b/indra/llaudio/llaudioengine_openal.cpp @@ -297,7 +297,7 @@ void LLAudioChannelOpenAL::update3DPosition() { return; } - if (mCurrentSourcep->isAmbient()) + if (mCurrentSourcep->isForcedPriority()) { alSource3f(mALSource, AL_POSITION, 0.0, 0.0, 0.0); alSource3f(mALSource, AL_VELOCITY, 0.0, 0.0, 0.0); |