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
1 changed files with 1 additions and 5 deletions

View File

@ -72,11 +72,7 @@ public UserCardTooltip()
}
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;