mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix LocallyAvailable state case getting cleared
This commit is contained in:
@ -82,7 +82,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
background.FadeColour(colours.Green, 500, Easing.InOutExpo);
|
||||
icon.MoveToX(-8, 500, Easing.InOutExpo);
|
||||
checkmark.ScaleTo(new Vector2(13), 500, Easing.InOutExpo);
|
||||
TooltipText = "Go to beatmap";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user