mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
display highest combo instead of current combo
This commit is contained in:
@ -87,7 +87,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
|
|
||||||
local.TotalScore.BindTarget = scoreProcessor.TotalScore;
|
local.TotalScore.BindTarget = scoreProcessor.TotalScore;
|
||||||
local.Accuracy.BindTarget = scoreProcessor.Accuracy;
|
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 score should always show lower than any existing scores in cases of ties.
|
||||||
local.DisplayOrder.Value = long.MaxValue;
|
local.DisplayOrder.Value = long.MaxValue;
|
||||||
|
Reference in New Issue
Block a user