1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 15:19:42 +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++; iter++;
} }
mMutex.unlock(); mMutex.unlock();
boost::this_thread::sleep(boost::posix_time::milliseconds(20)); boost::this_thread::sleep(boost::posix_time::milliseconds(50));
} }
} }