1
0
Fork 1
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:
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));
}
}