From 105c5ea15c70895d03f80545586ddf973ebdba40 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 11 Jul 2013 23:59:09 -0400 Subject: [PATCH] Whoops, missed a part of that last commit. Actually fixes Bugzilla #1857. --- src/audio/SDL_audio.c | 5 ----- 1 file changed, 5 deletions(-) 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) {