1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 20:20:28 +08:00

Merge branch 'editor-beat-divisor-on-mouse-down' into editor-combined

This commit is contained in:
Dean Herbert
2022-05-24 18:43:01 +09:00
Unverified
@@ -445,6 +445,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
protected override bool OnMouseDown(MouseDownEvent e)
{
marker.Active = true;
handleMouseInput(e.ScreenSpaceMousePosition);
return base.OnMouseDown(e);
}