1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Revert accidentally pushed part of change

This commit is contained in:
Salman Ahmed 2021-06-30 10:26:27 +03:00
parent e3344c33ea
commit 4b56d94a98

View File

@ -50,6 +50,10 @@ namespace osu.Game.Rulesets.Osu.Mods
circle.RotateTo(rotate_offset).Then().RotateTo(0, h.TimePreempt, Easing.InOutSine);
circle.ScaleTo(new Vector2(rotate_starting_width, 0)).Then().ScaleTo(1, h.TimePreempt, Easing.InOutSine);
// bypass fade in.
if (state == ArmedState.Idle)
circle.FadeIn();
}
break;