mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Make mute button not handle hover
This commit is contained in:
parent
65487d1610
commit
206f913a4c
@ -66,7 +66,7 @@ namespace osu.Game.Overlays.Volume
|
||||
protected override bool OnHover(InputState state)
|
||||
{
|
||||
this.TransformTo<MuteButton, SRGBColour>("BorderColour", hoveredColour, 500, Easing.OutQuint);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(InputState state)
|
||||
|
Loading…
Reference in New Issue
Block a user