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:
parent
4698e8c0a2
commit
4a0b5b7918
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue