From b33b9fd4ed2c049cbc5c638c419b8d0b9b962f93 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 25 Sep 2017 22:54:54 +0200 Subject: [PATCH] Do not draw test window. --- server/TracyView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 0c5dc4eb..deb54d38 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -649,8 +649,6 @@ void View::DrawImpl() DrawFrames(); DrawZones(); ImGui::End(); - - ImGui::ShowTestWindow(); } static ImU32 GetFrameColor( uint64_t frameTime )