1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 10:40:12 +08:00

Fix sheared dropdown click sound area

This commit is contained in:
Joseph Madamba
2025-09-07 10:23:00 -07:00
Unverified
parent 645518f5bd
commit c2bc67d083
@@ -34,8 +34,6 @@ namespace osu.Game.Graphics.UserInterfaceV2
osuHeader.Dropdown = this;
osuHeader.LeftSideLabel = label;
}
AddInternal(new HoverClickSounds());
}
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
@@ -192,6 +190,8 @@ namespace osu.Game.Graphics.UserInterfaceV2
}
},
};
AddInternal(new HoverClickSounds());
}
[BackgroundDependencyLoader]