mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Don't ignore first thread.
This commit is contained in:
parent
d0519499f4
commit
8b3e53bfad
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user