mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Revert accidentally pushed part of change
This commit is contained in:
parent
e3344c33ea
commit
4b56d94a98
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user