mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Don't lose base thumbnail when converting from zip.xml
This commit is contained in:
@@ -911,6 +911,11 @@ static bool ZIP2Buffers(const std::string &filename, ThumbTypeAndData &thumb,
|
||||
extThumb.format = type;
|
||||
extThumb.data.assign(buf, sz);
|
||||
}
|
||||
else
|
||||
{
|
||||
thumb.format = type;
|
||||
thumb.data.assign(buf, sz);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user