mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-21 04:20:48 +00:00
Increase the sound stream thread sleep time to 50ms
This commit is contained in:
parent
4698e8c0a2
commit
4a0b5b7918
@ -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…
x
Reference in New Issue
Block a user