Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-09-28 02:09:55 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-09-28 02:12:06 +0300
commit64dbaf9d842f7c238946b7373af9780ba24a952a (patch)
treedbc8f5e6ace78e6c0106e84bd8b4bd7d702f4b0a /server/TracyView_ZoneInfo.cpp
parent29c7b5f259a7de8ecb629a8ba229eca79172c022 (diff)
Mark activity on buzz anim in zone trace.
Diffstat (limited to 'server/TracyView_ZoneInfo.cpp')
-rw-r--r--server/TracyView_ZoneInfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/TracyView_ZoneInfo.cpp b/server/TracyView_ZoneInfo.cpp
index 61dc6813..a7392e9f 100644
--- a/server/TracyView_ZoneInfo.cpp
+++ b/server/TracyView_ZoneInfo.cpp
@@ -199,6 +199,7 @@ void DrawZoneTrace( T zone, const std::vector<T>& trace, const Worker& worker, B
const auto time = anim.Time();
const auto indentVal = sin( time * 60.f ) * 10.f * time;
ImGui::SameLine( 0, ImGui::GetStyle().ItemSpacing.x + indentVal );
+ s_wasActive = true;
}
else
{
@@ -253,6 +254,7 @@ void DrawZoneTrace( T zone, const std::vector<T>& trace, const Worker& worker, B
const auto time = anim.Time();
const auto indentVal = sin( time * 60.f ) * 10.f * time;
ImGui::SameLine( 0, ImGui::GetStyle().ItemSpacing.x + indentVal );
+ s_wasActive = true;
}
else
{