mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 15:00:46 +08: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