mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move fade in function local
This commit is contained in:
@ -124,9 +124,9 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
background.DelayedLoadComplete += fadeContentIn;
|
||||
mainFlow.DelayedLoadComplete += fadeContentIn;
|
||||
}
|
||||
|
||||
private void fadeContentIn(Drawable d) => d.FadeInFromZero(750, Easing.OutQuint);
|
||||
static void fadeContentIn(Drawable d) => d.FadeInFromZero(750, Easing.OutQuint);
|
||||
}
|
||||
|
||||
protected override void Deselected()
|
||||
{
|
||||
|
Reference in New Issue
Block a user