1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +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
commit 741cfcc614

View File

@ -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);
}