Sleep a bit less in thread
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401117
This commit is contained in:
parent
4926389885
commit
afa9f374aa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue