mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-27 14:42:51 -04:00
Match MxDiskStreamProvider::SetResourceToGet
This commit is contained in:
parent
43efcc5253
commit
d23b4db2ff
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user