Whoops, missed a part of that last commit.

Actually fixes Bugzilla #1857.
This commit is contained in:
Ryan C. Gordon 2013-07-11 23:59:09 -04:00
parent 37c7e9ad24
commit ca37b8fd83

View file

@ -466,11 +466,6 @@ SDL_RunAudio(void *devicep)
/* 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) {