mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Delay -> ApplyDelay; DelayReset -> ResetDelay
This commit is contained in:
@ -158,7 +158,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
{
|
||||
ball.FadeIn();
|
||||
|
||||
Delay(slider.Duration, true);
|
||||
ApplyDelay(slider.Duration, true);
|
||||
|
||||
body.FadeOut(160);
|
||||
ball.FadeOut(160);
|
||||
|
Reference in New Issue
Block a user