diff --git a/osu.Game/Overlays/Options/OptionsSidebar.cs b/osu.Game/Overlays/Options/OptionsSidebar.cs index 6fa6a7f978..810265cf5d 100644 --- a/osu.Game/Overlays/Options/OptionsSidebar.cs +++ b/osu.Game/Overlays/Options/OptionsSidebar.cs @@ -85,7 +85,7 @@ namespace osu.Game.Overlays.Options }; } - protected override bool OnMouseDown(InputState state, MouseDownEventArgs e) + protected override bool OnClick(InputState state) { Action?.Invoke(); backgroundBox.FlashColour(Color4.White, 400);