1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Fix gameplay menu button initial hover animation

This commit is contained in:
Joehu 2019-08-28 19:00:01 -07:00
parent 67151afa9a
commit 73fd3cf03c

View File

@ -304,8 +304,6 @@ namespace osu.Game.Screens.Play
private class Button : DialogButton
{
protected override bool OnHover(HoverEvent e) => true;
protected override bool OnMouseMove(MouseMoveEvent e)
{
Selected.Value = true;