Whoops, missed a part of that last commit.
Actually fixes Bugzilla #1857.
This commit is contained in:
parent
37c7e9ad24
commit
ca37b8fd83
1 changed files with 0 additions and 5 deletions
|
@ -466,11 +466,6 @@ SDL_RunAudio(void *devicep)
|
||||||
/* Loop, filling the audio buffers */
|
/* Loop, filling the audio buffers */
|
||||||
while (device->enabled) {
|
while (device->enabled) {
|
||||||
|
|
||||||
if (device->paused) {
|
|
||||||
SDL_Delay(delay);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Fill the current buffer with sound */
|
/* Fill the current buffer with sound */
|
||||||
if (device->convert.needed) {
|
if (device->convert.needed) {
|
||||||
if (device->convert.buf) {
|
if (device->convert.buf) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue