mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
Add score id key
This commit is contained in:
parent
c49d0a5013
commit
4475697a9c
@ -76,6 +76,7 @@ namespace osu.Game.Scoring
|
||||
|
||||
return scores.Select((score, index) => (score: score, totalScore: totalScores[index]))
|
||||
.OrderByDescending(g => g.totalScore)
|
||||
.ThenBy(g => g.score.OnlineScoreID)
|
||||
.Select(g => g.score)
|
||||
.ToArray();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user