Add sleep to RGP worker thread loop

This commit is contained in:
baldurk
2018-08-03 09:53:18 +01:00
parent 04dc71ce32
commit a1dca66f76
@@ -757,6 +757,7 @@ void RGPWorkerThreadFunc(void* pThreadParam)
break;
default:
DevDriver::Platform::Sleep(10);
break;
}
g_workerThreadMutex.lock();