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