SL-16339 Rename setAmbient in openal

master
Andrey Kleshchev 2021-11-27 18:28:23 +02:00
parent a3c2274963
commit 59ceaf5569
1 changed files with 1 additions and 1 deletions

View File

@ -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);