mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +08:00
simplify sequence
This commit is contained in:
parent
ca9f014714
commit
a58b5ff5f2
@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
circle.ApproachCircle.Hide();
|
||||
|
||||
// fade out immediately after fade in.
|
||||
using (drawable.BeginAbsoluteSequence(fadeInStartTime + fadeInDuration, true))
|
||||
using (drawable.BeginAbsoluteSequence(fadeOutStartTime, true))
|
||||
circle.FadeOut(fadeOutDuration);
|
||||
break;
|
||||
case DrawableSlider slider:
|
||||
|
Loading…
Reference in New Issue
Block a user