mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 16:10:16 +08:00
Fix incorrect initial movement of tooltips
This commit is contained in:
@@ -83,6 +83,7 @@ namespace osu.Game.Graphics.Cursor
|
||||
protected override void PopIn()
|
||||
{
|
||||
FadeIn(500, EasingTypes.OutQuint);
|
||||
firstMovement = true;
|
||||
}
|
||||
|
||||
protected override void PopOut()
|
||||
|
||||
Reference in New Issue
Block a user