1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 21:34:29 +08:00

reverted the change

This commit is contained in:
Joshua Hegedus
2023-11-10 11:45:31 +01:00
committed by Dean Herbert
Unverified
parent aa9deecafe
commit deef8998f7
+1 -5
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;