mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 21:40:41 +00:00
Fix D3D11 replay wrongly complaining about processed chunks
This commit is contained in:
@@ -936,9 +936,10 @@ bool WrappedID3D11DeviceContext::ProcessChunk(ReadSerialiser &ser, D3D11Chunk ch
|
||||
|
||||
ret = true;
|
||||
}
|
||||
else
|
||||
else if(!ret)
|
||||
{
|
||||
RDCERR("Unrecognised Chunk type %d", chunk);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user