From b4b3ba0787f15bf6d7df870e7c2791defe50bea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 5 Jun 2017 13:07:38 +0200 Subject: [PATCH] Fix incorrect initial movement of tooltips --- osu.Game/Graphics/Cursor/OsuTooltipContainer.cs | 1 + 1 file changed, 1 insertion(+) 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()