mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-18 21:21:36 +00:00
Merge pull request #344 from marrub--/oal-bug
(openal) fix menus muting themselves when the volume is changed
This commit is contained in:
commit
d8bfaf188c
1 changed files with 2 additions and 0 deletions
|
@ -924,6 +924,8 @@ void OpenALSoundRenderer::SetSfxVolume(float volume)
|
|||
schan = schan->NextChan;
|
||||
}
|
||||
|
||||
alProcessUpdatesSOFT();
|
||||
|
||||
getALError();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue