1
0
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:
Chris Robinson 2012-03-19 02:19:13 -07:00
parent 4698e8c0a2
commit 4a0b5b7918

View File

@ -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));
}
}