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

View file

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