mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 11:43:01 +08:00
Add initial fade transform to fix rewind
This commit is contained in:
parent
c11f508400
commit
6014a66804
@ -46,6 +46,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
Anchor = Origin = e.NewValue == ScrollingDirection.Up ? Anchor.TopCentre : Anchor.BottomCentre;
|
||||
}
|
||||
|
||||
protected override void UpdateInitialTransforms() => this.FadeIn();
|
||||
|
||||
protected override void UpdateStateTransforms(ArmedState state)
|
||||
{
|
||||
switch (state)
|
||||
|
Loading…
Reference in New Issue
Block a user