mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Temporary display of thread name.
This commit is contained in:
parent
2610004fa5
commit
3141d17988
@ -893,6 +893,8 @@ void View::DrawZones()
|
||||
it++;
|
||||
}
|
||||
|
||||
draw->AddText( wpos + ImVec2( 0, offset ), 0xFFFFFFFF, GetThreadString( v.id ) );
|
||||
|
||||
offset += 20;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user