Don't forget to resume the sound system after reinit
This commit is contained in:
parent
2b83ed9cbe
commit
5d0d6998d2
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ static void fgMainLoop( void ) {
|
|||
|
||||
if (sound_working->getBoolValue() == false) { // request to reinit
|
||||
smgr->reinit();
|
||||
smgr->resume();
|
||||
sound_working->setBoolValue(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue