mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Delay -> ApplyDelay; DelayReset -> ResetDelay
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Screens.Ranking
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
fill.Delay(400);
|
||||
fill.ApplyDelay(400);
|
||||
fill.FadeInFromZero(600);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user