mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-07 15:20:58 +00:00
Fix clang warning
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user