Fix osu! logo handling drags for no reason.

This commit is contained in:
Dean Herbert 2017-04-08 19:34:04 +09:00
parent e1e9772d46
commit b5431c496b

View File

@ -194,8 +194,6 @@ namespace osu.Game.Screens.Menu
return true; return true;
} }
protected override bool OnDragStart(InputState state) => true;
protected override bool OnClick(InputState state) protected override bool OnClick(InputState state)
{ {
if (!Interactive) return false; if (!Interactive) return false;