From 03a17c621e0c22d0424ba3df789fbdc9a5b9c6ac Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 28 Sep 2022 00:35:39 +0200 Subject: [PATCH] Mark activity when waiting dots are drawn. --- server/TracyImGui.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyImGui.hpp b/server/TracyImGui.hpp index fd3c04d7..2969038b 100644 --- a/server/TracyImGui.hpp +++ b/server/TracyImGui.hpp @@ -110,6 +110,7 @@ static constexpr const uint32_t AsmSyntaxColors[] = { [[maybe_unused]] static inline void DrawWaitingDots( double time ) { + s_wasActive = true; ImGui::TextUnformatted( "" ); auto draw = ImGui::GetWindowDrawList(); const auto wpos = ImGui::GetWindowPos();