mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 18:34:06 +00:00
Match MxDiskStreamProvider::SetResourceToGet
This commit is contained in:
@@ -59,10 +59,9 @@ MxResult MxDiskStreamProvider::SetResourceToGet(MxStreamController* p_resource)
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_remainingWork = 1;
|
m_remainingWork = 1;
|
||||||
MxResult success = m_busySemaphore.Init(0, 100);
|
m_busySemaphore.Init(0, 100);
|
||||||
m_thread.StartWithTarget(this);
|
|
||||||
|
|
||||||
if (success == SUCCESS && p_resource != NULL) {
|
if (m_thread.StartWithTarget(this) == SUCCESS && p_resource != NULL) {
|
||||||
result = SUCCESS;
|
result = SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user