mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove explicit life time end.
This commit is contained in:
@ -124,8 +124,6 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
LifetimeEnd = double.MaxValue;
|
||||
|
||||
targetRing.Delay(HitObject.StartTime - Time.Current).ScaleTo(target_ring_scale, 600, EasingTypes.OutQuint);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user