mirror of
https://github.com/yawut/SDL.git
synced 2026-07-17 10:09:27 -05:00
Whoops, missed a part of that last commit.
Actually fixes Bugzilla #1857.
This commit is contained in:
parent
0cbdae6cb5
commit
0d20116ec9
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user