Sleep while looping waiting for replay thread to open capture

This commit is contained in:
baldurk
2018-01-18 14:41:08 +00:00
parent 3ae5949126
commit 80dc758d18
+1
View File
@@ -57,6 +57,7 @@ void ReplayManager::OpenCapture(const QString &capturefile, RENDERDOC_ProgressCa
while(m_Thread->isRunning() && !m_Running)
{
QThread::msleep(50);
}
}