1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Fix excess newline

This commit is contained in:
Dean Herbert 2019-03-12 02:23:23 +09:00
parent 38e75421ab
commit 1be4c7b813

View File

@ -208,7 +208,6 @@ namespace osu.Game.Screens.Play.HUD
return false;
}
protected override bool OnMouseDown(MouseDownEvent e)
{
if (!pendingAnimation && e.CurrentState.Mouse.Buttons.Count() == 1)