mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Properly zero initialise DDS return structure
This commit is contained in:
@@ -836,7 +836,7 @@ void ImageViewer::RefreshFile()
|
||||
m_FrameRecord.frameInfo.persistentSize = 0;
|
||||
m_FrameRecord.frameInfo.uncompressedFileSize = datasize;
|
||||
|
||||
read_dds_data read_data;
|
||||
read_dds_data read_data = {};
|
||||
|
||||
if(dds)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user