mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 06:39:54 +08:00
Fix BeatDivisorControl allow to select value outside of VALID_DIVISORS
This commit is contained in:
@@ -279,6 +279,10 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
handleMouseInput(e.ScreenSpaceMousePosition);
|
||||
}
|
||||
|
||||
protected override void OnDragEnd(DragEndEvent e)
|
||||
{
|
||||
}
|
||||
|
||||
private void handleMouseInput(Vector2 screenSpaceMousePosition)
|
||||
{
|
||||
// copied from SliderBar so we can do custom spacing logic.
|
||||
|
||||
Reference in New Issue
Block a user