mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fix transitioning of unranked label
This commit is contained in:
parent
90d763fda5
commit
ac9527147f
@ -116,14 +116,13 @@ namespace osu.Game.Overlays.Mods
|
||||
else
|
||||
MultiplierLabel.FadeColour(Color4.White, 200);
|
||||
|
||||
RankedLabel.Text = null;
|
||||
RankedLabel.Text = "(Unranked)";
|
||||
RankedLabel.FadeColour(RankedColour, 200);
|
||||
RankedLabel.FadeOut(200);
|
||||
if (!ranked)
|
||||
{
|
||||
RankedLabel.Text = "(Unranked)";
|
||||
RankedLabel.FadeColour(RankedColour, 200);
|
||||
RankedLabel.FadeIn(200);
|
||||
}
|
||||
else
|
||||
RankedLabel.FadeColour(Color4.White, 200);
|
||||
}
|
||||
|
||||
protected override void PopOut()
|
||||
|
Loading…
Reference in New Issue
Block a user