mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 09:07:18 +08:00
Update ScoreProcessor to make use of MaximumStatistics
This commit is contained in:
parent
cc648a90bc
commit
5ec95c9269
@ -535,6 +535,9 @@ namespace osu.Game.Rulesets.Scoring
|
||||
{
|
||||
extractScoringValues(scoreInfo.Statistics, out current, out maximum);
|
||||
current.MaxCombo = scoreInfo.MaxCombo;
|
||||
|
||||
if (scoreInfo.MaximumStatistics.Count > 0)
|
||||
extractScoringValues(scoreInfo.MaximumStatistics, out _, out maximum);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user