mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Fix FindDiffRange() check of final non-vector-sized bytes
This commit is contained in:
@@ -166,7 +166,7 @@ bool FindDiffRange(void *a, void *b, size_t bufSize, size_t &diffStart, size_t &
|
||||
// if we haven't even found a start, check in these bytes
|
||||
if(diffStart > bufSize)
|
||||
{
|
||||
offs = bufSize;
|
||||
offs = alignedSize;
|
||||
|
||||
for(size_t by = 0; by < numBytes; by++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user