mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Get rid of raw AddDelay calls within osu.Game
This commit is contained in:
@ -33,8 +33,7 @@ namespace osu.Game.Screens.Ranking
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
fill.AddDelay(400);
|
||||
fill.FadeInFromZero(600);
|
||||
fill.Delay(400).FadeInFromZero(600);
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Reference in New Issue
Block a user