All your codebase are belong to us.
This commit is contained in:
@@ -2597,7 +2597,7 @@ void LLVivoxVoiceClient::sendPositionalUpdate(void)
|
||||
if(!p->mIsSelf)
|
||||
{
|
||||
// scale from the range 0.0-1.0 to vivox volume in the range 0-100
|
||||
S32 volume = llround(p->mVolume / VOLUME_SCALE_VIVOX);
|
||||
S32 volume = llmath::llround(p->mVolume / VOLUME_SCALE_VIVOX);
|
||||
bool mute = p->mOnMuteList;
|
||||
|
||||
if(mute)
|
||||
|
||||
Reference in New Issue
Block a user