From d06890b55d1d35f46b337343a8766d7d9346ca67 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 22 Apr 2018 01:28:55 +0200 Subject: [PATCH] Add missing tree pop. --- server/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index a912baa9..81a97113 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -4265,6 +4265,7 @@ void View::DrawCompare() } } } + ImGui::TreePop(); } #endif