mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 17:46:31 -05:00
Sleep a bit less in thread
This commit is contained in:
@@ -174,7 +174,7 @@ int SDL_MintAudio_Thread(long param)
|
||||
}
|
||||
}
|
||||
|
||||
usleep(1000);
|
||||
usleep(100);
|
||||
}
|
||||
SDL_MintAudio_thread_finished = SDL_TRUE;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user