mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +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]))
|
return scores.Select((score, index) => (score: score, totalScore: totalScores[index]))
|
||||||
.OrderByDescending(g => g.totalScore)
|
.OrderByDescending(g => g.totalScore)
|
||||||
|
.ThenBy(g => g.score.OnlineScoreID)
|
||||||
.Select(g => g.score)
|
.Select(g => g.score)
|
||||||
.ToArray();
|
.ToArray();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user