Fix clang warning

This commit is contained in:
baldurk
2022-06-30 14:49:02 +01:00
parent 9603f5a925
commit c817b6f9ff
+1 -1
View File
@@ -840,7 +840,7 @@ void ShaderViewer::debugShader(const ShaderBindpointMapping *bind, const ShaderR
rdcarray<ShaderDebugState> *states = new rdcarray<ShaderDebugState>();
states->append(std::move(r->ContinueDebug(m_Trace->debugger)));
states->append(r->ContinueDebug(m_Trace->debugger));
rdcarray<ShaderDebugState> nextStates;