1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 07:04:15 +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; return false;
} }
protected override bool OnMouseDown(MouseDownEvent e) protected override bool OnMouseDown(MouseDownEvent e)
{ {
if (!pendingAnimation && e.CurrentState.Mouse.Buttons.Count() == 1) if (!pendingAnimation && e.CurrentState.Mouse.Buttons.Count() == 1)