1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add crash popup.

This commit is contained in:
Bartosz Taudul
2020-05-23 16:40:15 +02:00
parent 64b8e23458
commit 0b900c0a3c
2 changed files with 54 additions and 0 deletions
+1
View File
@@ -331,6 +331,7 @@ private:
DecayValue<uint64_t> m_drawThreadMigrations = 0;
DecayValue<uint64_t> m_drawThreadHighlight = 0;
Annotation* m_selectedAnnotation = nullptr;
bool m_reactToCrash = false;
Region m_highlight;
Region m_highlightZoom;