mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Rename DrawableScore
This commit is contained in:
@ -47,7 +47,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
|
||||
int index = 0;
|
||||
foreach (var s in value)
|
||||
scoresFlow.Add(new DrawableScore(index++, s, maxModsAmount));
|
||||
scoresFlow.Add(new ScoreTableScore(index++, s, maxModsAmount));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user