mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 22:25:55 +00:00
Clear shader message count cache when resetting event browser
This commit is contained in:
@@ -227,6 +227,7 @@ struct EventItemModel : public QAbstractItemModel
|
||||
|
||||
m_Nodes.clear();
|
||||
m_RowInParentCache.clear();
|
||||
m_MessageCounts.clear();
|
||||
m_EIDNameCache.clear();
|
||||
m_Actions.clear();
|
||||
m_Chunks.clear();
|
||||
|
||||
Reference in New Issue
Block a user