This commit is contained in:
Anthony 2022-03-14 17:09:48 +13:00
parent 49b4988953
commit aac207c78e
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ static void dsound_thread_worker(LPVOID nullPtr)
{
DSoundMutexGuardLock;
if (waitCounter > g_dsBufferStreaming.streamInterval) {
if (waitCounter > dsStreamInterval) {
waitCounter = 0;
// For Async process purpose only