mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Sleep while looping waiting for replay thread to open capture
This commit is contained in:
@@ -57,6 +57,7 @@ void ReplayManager::OpenCapture(const QString &capturefile, RENDERDOC_ProgressCa
|
||||
|
||||
while(m_Thread->isRunning() && !m_Running)
|
||||
{
|
||||
QThread::msleep(50);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user