1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:35:35 +08:00

simplify sequence

This commit is contained in:
Aergwyn 2017-12-29 17:46:22 +01:00
parent ca9f014714
commit a58b5ff5f2

View File

@ -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: