Fix OsuTooltipContainer.PopIn not overriding PopOut transforms

This commit is contained in:
Thomas Müller
2017-07-18 11:53:56 +03:00
parent 0034b718a9
commit 7acff29bd3
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,8 @@ namespace osu.Game.Graphics.Cursor
protected override void PopIn()
{
instantMovement |= !IsPresent;
ClearTransforms();
FadeIn(500, EasingTypes.OutQuint);
}