mirror of
https://github.com/ppy/osu
synced 2025-03-06 19:38:51 +00:00
Fix osu! logo handling drags for no reason.
This commit is contained in:
parent
e1e9772d46
commit
b5431c496b
@ -194,8 +194,6 @@ namespace osu.Game.Screens.Menu
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override bool OnDragStart(InputState state) => true;
|
||||
|
||||
protected override bool OnClick(InputState state)
|
||||
{
|
||||
if (!Interactive) return false;
|
||||
|
Loading…
Reference in New Issue
Block a user