Remove sleep accidentally left in

This commit is contained in:
baldurk
2020-05-19 16:35:10 +01:00
parent a5fe4ebde5
commit 759fad10e3
-2
View File
@@ -681,8 +681,6 @@ void ShaderViewer::debugShader(const ShaderBindpointMapping *bind, const ShaderR
rdcarray<ShaderDebugState> nextStates = r->ContinueDebug(m_Trace->debugger);
QThread::msleep(5000);
if(!me)
return;