mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 11:57:36 +09: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…
x
Reference in New Issue
Block a user