mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
reverted the change
This commit is contained in:
parent
aa9deecafe
commit
deef8998f7
@ -72,11 +72,7 @@ namespace osu.Game.Users.Drawables
|
||||
}
|
||||
|
||||
protected override void PopIn() => this.FadeIn(150, Easing.OutQuint);
|
||||
protected override void PopOut()
|
||||
{
|
||||
this.Delay(150).FadeOut(500, Easing.OutQuint);
|
||||
Clear();
|
||||
}
|
||||
protected override void PopOut() => this.Delay(150).FadeOut(500, Easing.OutQuint);
|
||||
|
||||
public void Move(Vector2 pos) => Position = pos;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user