mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Fix broken D3D12 capture loading
This commit is contained in:
@@ -774,7 +774,7 @@ bool WrappedID3D12CommandQueue::ProcessChunk(ReadSerialiser &ser, D3D12Chunk chu
|
||||
|
||||
ret = true;
|
||||
}
|
||||
else
|
||||
else if(!ret)
|
||||
{
|
||||
RDCERR("Unrecognised Chunk type %s", ToStr(chunk).c_str());
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user