Wakeup audio thread after pause.

This commit is contained in:
Johns 2012-02-16 18:41:46 +01:00
parent 852d367225
commit 30e903d90a
1 changed files with 1 additions and 0 deletions

View File

@ -2188,6 +2188,7 @@ void AudioPlay(void)
}
Debug(3, "audio: resumed\n");
AudioPaused = 0;
AudioEnqueue(NULL, 0); // wakeup thread
}
/**