mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix potential incorrect ordering
This commit is contained in:
@ -261,6 +261,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
|
||||
var scoreInfos = newScores.Scores.Select(s => s.CreateScoreInfo(rulesets))
|
||||
.OrderByDescending(s => scoreManager.GetTotalScore(s))
|
||||
.ThenBy(s => s.OnlineScoreID)
|
||||
.ToList();
|
||||
|
||||
var topScore = scoreInfos.First();
|
||||
|
Reference in New Issue
Block a user