Update mxdiskstreamprovider.cpp

This commit is contained in:
Misha 2023-12-25 09:59:55 -05:00
parent 2baf139d20
commit eff482b0a5
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -177,8 +177,7 @@ void MxDiskStreamProvider::PerformWork()
} }
} }
if (action) if (action) {
{
((MxDiskStreamController*) m_pLookup)->FUN_100c8670(action); ((MxDiskStreamController*) m_pLookup)->FUN_100c8670(action);
} }
MxThread::Sleep(0); MxThread::Sleep(0);