Make mute button not handle hover

This commit is contained in:
smoogipoo 2018-06-22 13:31:32 +09:00
parent 65487d1610
commit 206f913a4c

View File

@ -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)