diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 477e0d98..ca7f59dc 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1352,6 +1352,10 @@ void SourceView::RenderSymbolView( Worker& worker, View& view ) } } } + else + { + m_cost = 0; + } ImGui::PopStyleVar(); ImGui::Separator();