From d547700e503f9757129aeb657425022421c6088b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 7 Mar 2019 00:57:25 +0100 Subject: [PATCH] Update time in a common location. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 536a419f..9709b42d 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -655,6 +655,7 @@ bool View::Draw() ImGui::EndPopup(); } + s_time += ImGui::GetIO().DeltaTime; return s_instance->DrawImpl(); } @@ -5629,7 +5630,6 @@ void View::DrawFindZone() if( !m_worker.AreSourceLocationZonesReady() ) { ImGui::TextWrapped( "Please wait, computing data..." ); - s_time += ImGui::GetIO().DeltaTime; DrawWaitingDots( s_time ); ImGui::End(); return;