Display die jumps in wait regions list.

This commit is contained in:
Bartosz Taudul 2024-08-24 16:37:04 +02:00
parent 46e979e185
commit 844bc1e416
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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();