1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

display highest combo instead of current combo

This commit is contained in:
nanashi-1 2022-10-02 18:40:31 +08:00
parent f318452510
commit 2493468800

View File

@ -87,7 +87,7 @@ namespace osu.Game.Screens.Play.HUD
local.TotalScore.BindTarget = scoreProcessor.TotalScore;
local.Accuracy.BindTarget = scoreProcessor.Accuracy;
local.Combo.BindTarget = scoreProcessor.Combo;
local.Combo.BindTarget = scoreProcessor.HighestCombo;
// Local score should always show lower than any existing scores in cases of ties.
local.DisplayOrder.Value = long.MaxValue;