1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:52:55 +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()
{
FadeIn(500, EasingTypes.OutQuint);
firstMovement = true;
}
protected override void PopOut()