mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 08:52:54 +08: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.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);
|
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;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user