Commit afa9f374 authored by Patrice Mandin's avatar Patrice Mandin

Sleep a bit less in thread

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401117
parent 49263898
...@@ -174,7 +174,7 @@ int SDL_MintAudio_Thread(long param) ...@@ -174,7 +174,7 @@ int SDL_MintAudio_Thread(long param)
} }
} }
usleep(1000); usleep(100);
} }
SDL_MintAudio_thread_finished = SDL_TRUE; SDL_MintAudio_thread_finished = SDL_TRUE;
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment