diff --git a/osu.Game/Screens/Edit/Screens/Compose/BeatDivisorControl.cs b/osu.Game/Screens/Edit/Screens/Compose/BeatDivisorControl.cs index 61bcc2fb82..00054c0039 100644 --- a/osu.Game/Screens/Edit/Screens/Compose/BeatDivisorControl.cs +++ b/osu.Game/Screens/Edit/Screens/Compose/BeatDivisorControl.cs @@ -212,6 +212,8 @@ namespace osu.Game.Screens.Edit.Screens.Compose { marker.MoveToX(getTickPosition(v), 100, Easing.OutQuint); marker.Flash(); + + KeyboardStep = v / 3f; }; }