diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 45d46af8..6782a28f 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -8312,6 +8312,7 @@ void View::DrawGpuInfoWindow() { DrawGpuInfoChildren>( children, ztime ); } + ImGui::TreePop(); } } @@ -8533,7 +8534,6 @@ void View::DrawGpuInfoChildren( const V& children, int64_t ztime ) ImGui::NextColumn(); } ImGui::EndColumns(); - ImGui::TreePop(); } }