mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
ApplyDelay -> AddDelay
This commit is contained in:
@ -64,7 +64,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
ApplyDelay(BarLine.StartTime - Time.Current);
|
||||
AddDelay(BarLine.StartTime - Time.Current);
|
||||
this.FadeOut(base_fadeout_time * BarLine.ScrollTime / 1000);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user