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:
parent
e92c1210d1
commit
b4b3ba0787
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user