This commit is contained in:
Bartosz Taudul 2024-11-17 12:20:55 +01:00
parent e6ee311392
commit e756fa75cf
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -974,9 +974,11 @@ void View::DrawFindZone()
TextFocused( "Median:", TimeToString( m_findZone.median ) );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
TextFocused( "P75:", TimeToString( m_findZone.p75 ) );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
TextFocused( "P90:", TimeToString( m_findZone.p90 ) );
ImGui::SameLine();
ImGui::Spacing();