mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-14 04:01: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();
|
ImGui::SameLine();
|
||||||
TextDisabledUnformatted( "P" );
|
TextDisabledUnformatted( "P" );
|
||||||
}
|
}
|
||||||
|
else if( tt0->die != tt1->die )
|
||||||
|
{
|
||||||
|
ImGui::SameLine();
|
||||||
|
TextDisabledUnformatted( "D" );
|
||||||
|
}
|
||||||
else if( tt0->core != tt1->core )
|
else if( tt0->core != tt1->core )
|
||||||
{
|
{
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
Loading…
Reference in New Issue
Block a user