diff --git a/qrenderdoc/Code/ReplayManager.cpp b/qrenderdoc/Code/ReplayManager.cpp index b6b7ac96e..627cb5b11 100644 --- a/qrenderdoc/Code/ReplayManager.cpp +++ b/qrenderdoc/Code/ReplayManager.cpp @@ -342,7 +342,7 @@ void ReplayManager::DisconnectFromRemoteServer() QMutexLocker autolock(&m_RemoteLock); // give the remote to the thread to shut down since the lifetime is tied to the replay // controller it has. - if(m_Thread->isRunning()) + if(IsRunning()) { m_OrphanedRemote = m_Remote; }