1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 02:25:29 +08:00

Fix incorrect initial movement of tooltips

This commit is contained in:
Thomas Müller
2017-06-05 13:07:38 +02:00
Unverified
parent e92c1210d1
commit b4b3ba0787
@@ -83,6 +83,7 @@ namespace osu.Game.Graphics.Cursor
protected override void PopIn()
{
FadeIn(500, EasingTypes.OutQuint);
firstMovement = true;
}
protected override void PopOut()