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

Remove unnecessary HandlePositionalInput override

This commit is contained in:
Salman Ahmed 2024-07-08 07:58:40 +03:00
parent 0c5a1410d3
commit a0ffe9bcbc

View File

@ -18,8 +18,6 @@ namespace osu.Game.Overlays.Mods
{
public partial class ModCustomisationHeader : OsuHoverContainer
{
public override bool HandlePositionalInput => true;
private Box background = null!;
private SpriteIcon icon = null!;