fix menus muting themselves when the volume is changed

This commit is contained in:
Marrub 2015-07-10 08:45:15 +00:00
parent 3adda344b6
commit 9e1a82a830
1 changed files with 2 additions and 0 deletions

View File

@ -924,6 +924,8 @@ void OpenALSoundRenderer::SetSfxVolume(float volume)
schan = schan->NextChan;
}
alProcessUpdatesSOFT();
getALError();
}