Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Whoops, missed a part of that last commit.
Browse files Browse the repository at this point in the history
Actually fixes Bugzilla #1857.
  • Loading branch information
icculus committed Jul 12, 2013
1 parent 8b3d1fc commit 105c5ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/audio/SDL_audio.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 105c5ea

Please sign in to comment.