mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Move fade in function local
This commit is contained in:
parent
c3e3b2019d
commit
2ee0db0ebf
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user