1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 10:22:56 +08:00

Fix incorrect initial movement of tooltips

This commit is contained in:
Thomas Müller 2017-06-05 13:07:38 +02:00
parent e92c1210d1
commit b4b3ba0787

View File

@ -83,6 +83,7 @@ namespace osu.Game.Graphics.Cursor
protected override void PopIn() protected override void PopIn()
{ {
FadeIn(500, EasingTypes.OutQuint); FadeIn(500, EasingTypes.OutQuint);
firstMovement = true;
} }
protected override void PopOut() protected override void PopOut()