mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Initialise unread message count to 0
This commit is contained in:
@@ -209,7 +209,7 @@ private:
|
||||
QString m_LogFile;
|
||||
|
||||
QVector<DebugMessage> m_DebugMessages;
|
||||
int m_UnreadMessageCount;
|
||||
int m_UnreadMessageCount = 0;
|
||||
|
||||
bool PassEquivalent(const DrawcallDescription &a, const DrawcallDescription &b);
|
||||
bool ContainsMarker(const rdctype::array<DrawcallDescription> &m_Drawcalls);
|
||||
|
||||
Reference in New Issue
Block a user