mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Make sure to initialise update queueing variable to false
This commit is contained in:
@@ -234,7 +234,7 @@ private:
|
||||
|
||||
QStringList m_headers;
|
||||
|
||||
bool m_queueUpdates;
|
||||
bool m_queueUpdates = false;
|
||||
|
||||
RDTreeWidgetItem *m_queuedItem;
|
||||
QPair<int, int> m_lowestIndex;
|
||||
|
||||
Reference in New Issue
Block a user