mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Seperate UpdateableRank from DrawableRank and use it
This commit is contained in:
@ -58,7 +58,7 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||
switch (activity.Type)
|
||||
{
|
||||
case RecentActivityType.Rank:
|
||||
return new DrawableRank(activity.ScoreRank)
|
||||
return new UpdateableRank(activity.ScoreRank)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Width = 60,
|
||||
|
Reference in New Issue
Block a user