From 2a427ba87a9a27988efc84d9cfe087caead1ec55 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 22 Apr 2018 02:24:34 +0200 Subject: [PATCH] Fix typo. --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 2a423364..871bb8af 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -3995,7 +3995,7 @@ void View::DrawCompare() else { adj0 = double( zones1.size() ) / zones0.size(); - adj1 = 0; + adj1 = 1; } if( m_compare.logTime )