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

Mark activity when buzz anim is enabled.

This commit is contained in:
Bartosz Taudul
2022-09-28 01:01:22 +02:00
parent 6552108f52
commit 8117d7d4d4
2 changed files with 12 additions and 9 deletions
+1
View File
@@ -555,6 +555,7 @@ private:
std::vector<std::unique_ptr<Annotation>> m_annotations;
UserData m_userData;
bool m_wasActive = false;
bool m_reconnectRequested = false;
bool m_firstFrame = true;
std::chrono::time_point<std::chrono::high_resolution_clock> m_firstFrameTime;