fix inability to toggle between 3d cores (multithread util class couldnt restart)
This commit is contained in:
parent
2d4c9d19e8
commit
f7111cd07a
|
@ -103,6 +103,9 @@ void Task::Impl::taskProc()
|
|||
|
||||
void Task::Impl::start(bool spinlock)
|
||||
{
|
||||
bIncomingWork = false;
|
||||
bWorkDone = true;
|
||||
bKill = false;
|
||||
bStarted = true;
|
||||
this->spinlock = spinlock;
|
||||
incomingWork = CreateEvent(NULL,FALSE,FALSE,NULL);
|
||||
|
|
Loading…
Reference in New Issue