author | Ryan C. Gordon <icculus@icculus.org> |
Thu, 11 Jul 2013 23:59:09 -0400 | |
changeset 7407 | db8a19d767d7 |
parent 7406 | fb02213c11d3 |
child 7408 | c50e165abfdf |
--- a/src/audio/SDL_audio.c Thu Jul 11 23:53:00 2013 -0400 +++ b/src/audio/SDL_audio.c Thu Jul 11 23:59:09 2013 -0400 @@ -466,11 +466,6 @@ /* Loop, filling the audio buffers */ while (device->enabled) { - if (device->paused) { - SDL_Delay(delay); - continue; - } - /* Fill the current buffer with sound */ if (device->convert.needed) { if (device->convert.buf) {