mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 21:45:33 +00:00
Increase the sound stream thread sleep time to 50ms
This commit is contained in:
parent
4698e8c0a2
commit
4a0b5b7918
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ struct OpenAL_Output::StreamThread {
|
|||
iter++;
|
||||
}
|
||||
mMutex.unlock();
|
||||
boost::this_thread::sleep(boost::posix_time::milliseconds(20));
|
||||
boost::this_thread::sleep(boost::posix_time::milliseconds(50));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue