diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 1be92cd1..fac3f7f0 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -3148,10 +3148,7 @@ void View::DrawFindZone() if( timespan < s || timespan > e ) continue; } - if( ev.thread != 0 ) - { - m_findZone.threads[ev.thread].emplace_back( ev.zone ); - } + m_findZone.threads[ev.thread].emplace_back( ev.zone ); } m_findZone.processed = sz;