Merge pull request #344 from marrub--/oal-bug

(openal) fix menus muting themselves when the volume is changed
This commit is contained in:
coelckers 2015-07-12 16:57:23 +02:00
commit d8bfaf188c

View file

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