Sleep a bit less in thread

This commit is contained in:
Patrice Mandin
2005-08-16 09:57:16 +00:00
parent 8d85ed9bcd
commit 94005aeebb

View File

@@ -174,7 +174,7 @@ int SDL_MintAudio_Thread(long param)
}
}
usleep(1000);
usleep(100);
}
SDL_MintAudio_thread_finished = SDL_TRUE;
return 0;