mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 13:27:20 +08:00
Block hover to use UI cursor instead of gameplay cursor
This commit is contained in:
parent
ebda287e81
commit
946a75ddb2
@ -57,7 +57,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
protected override bool OnHover(InputState state)
|
||||
{
|
||||
text.FadeIn(500, Easing.OutQuint);
|
||||
return base.OnHover(state);
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(InputState state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user