mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 05:29:59 +08:00
Make OsuButton correctly block hover events
This commit is contained in:
@@ -59,7 +59,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
{
|
||||
hover.FadeIn(200);
|
||||
return base.OnHover(e);
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(HoverLostEvent e)
|
||||
|
||||
Reference in New Issue
Block a user