mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
VS2015 warning fix (shadowed variable)
This commit is contained in:
@@ -492,8 +492,6 @@ Serialiser::Serialiser(size_t length, const byte *memoryBuf, bool fileheader)
|
||||
}
|
||||
else if(header->version == SERIALISE_VERSION)
|
||||
{
|
||||
const byte *memoryBufEnd = memoryBuf + length;
|
||||
|
||||
memoryBuf += sizeof(FileHeader);
|
||||
|
||||
// when loading in-memory we only care about the first section, which should be binary
|
||||
|
||||
Reference in New Issue
Block a user