1
0
Fork 0

Don't forget to resume the sound system after reinit

This commit is contained in:
ehofman 2010-04-10 09:46:27 +00:00 committed by Tim Moore
parent 2b83ed9cbe
commit 5d0d6998d2

View file

@ -498,6 +498,7 @@ static void fgMainLoop( void ) {
if (sound_working->getBoolValue() == false) { // request to reinit
smgr->reinit();
smgr->resume();
sound_working->setBoolValue(true);
}