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

Force connection popup boolean should decay.

This commit is contained in:
Bartosz Taudul
2020-05-08 01:49:15 +02:00
parent 5b29e65bc5
commit 70818b49b9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ private:
std::string m_filename;
bool m_staticView;
bool m_pause;
bool m_forceConnectionPopup = false;
DecayValue<bool> m_forceConnectionPopup = false;
ViewData m_vd;