mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Display die jumps in wait regions list.
This commit is contained in:
parent
46e979e185
commit
844bc1e416
@ -686,6 +686,11 @@ void View::DrawZoneInfoWindow()
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( "P" );
|
||||
}
|
||||
else if( tt0->die != tt1->die )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
TextDisabledUnformatted( "D" );
|
||||
}
|
||||
else if( tt0->core != tt1->core )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
|
Loading…
Reference in New Issue
Block a user