Merge pull request #1024 from Tom94/fix-broken-tooltip

Fix OsuTooltipContainer.PopIn not overriding PopOut transforms
This commit is contained in:
Dean Herbert
2017-07-18 18:11:26 +09:00
committed by GitHub
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);
}