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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user