1
0
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:
Joshua Hegedus 2023-11-10 11:45:31 +01:00 committed by Dean Herbert
parent aa9deecafe
commit deef8998f7
No known key found for this signature in database

View File

@ -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;