diff --git a/src/audio/SDL_audio.c b/src/audio/SDL_audio.c index f5d930fb8..ff60e7f7a 100644 --- a/src/audio/SDL_audio.c +++ b/src/audio/SDL_audio.c @@ -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) {