diff --git a/osu.Game/Graphics/Cursor/OsuTooltipContainer.cs b/osu.Game/Graphics/Cursor/OsuTooltipContainer.cs index 3df735b725..bce0279465 100644 --- a/osu.Game/Graphics/Cursor/OsuTooltipContainer.cs +++ b/osu.Game/Graphics/Cursor/OsuTooltipContainer.cs @@ -83,6 +83,7 @@ namespace osu.Game.Graphics.Cursor protected override void PopIn() { FadeIn(500, EasingTypes.OutQuint); + firstMovement = true; } protected override void PopOut()