mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Seperate UpdateableRank from DrawableRank and use it
This commit is contained in:
@ -200,7 +200,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
Direction = FillDirection.Vertical,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new DrawableRank(rank)
|
||||
new UpdateableRank(rank)
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 30,
|
||||
|
Reference in New Issue
Block a user