mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Assign a score's beatmap and cleanup to the Score class
This commit is contained in:
@ -55,6 +55,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
i = 0;
|
||||
foreach (var s in scores)
|
||||
{
|
||||
s.Beatmap = beatmap;
|
||||
s.Ruleset = beatmap?.Ruleset;
|
||||
|
||||
var ls = new LeaderboardScore(s, 1 + i)
|
||||
|
Reference in New Issue
Block a user