mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-18 12:36:53 +00:00
Fix uninitialized variable
This commit is contained in:
committed by
Baldur Karlsson
parent
5451acedc1
commit
3bfea49a2d
@@ -912,7 +912,7 @@ private:
|
||||
rdcarray<QModelIndex> m_FindResults;
|
||||
bool m_FindEIDSearch = false;
|
||||
|
||||
int32_t m_RenameCacheID;
|
||||
int32_t m_RenameCacheID = 0;
|
||||
QString m_ParamColCode;
|
||||
|
||||
QMap<uint32_t, int> m_MessageCounts;
|
||||
|
||||
Reference in New Issue
Block a user