diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 94813e56..655a1564 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -4243,7 +4243,6 @@ void View::DrawFindZone() draw->AddLine( wpos + ImVec2( 2+i, Height-3 ), wpos + ImVec2( 2+i, Height-3 - log10( bins[i] + 1 ) * hAdj ), 0xFF22DDDD ); } } - } else {