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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user