mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Seperate UpdateableRank from DrawableRank and use it
This commit is contained in:
@ -59,7 +59,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
|
||||
modsContainer.Add(new ModIcon(mod) { Scale = new Vector2(0.5f) });
|
||||
}
|
||||
|
||||
protected override Drawable CreateLeftVisual() => new DrawableRank(Score.Rank)
|
||||
protected override Drawable CreateLeftVisual() => new UpdateableRank(Score.Rank)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Width = 60,
|
||||
|
Reference in New Issue
Block a user