mirror of
https://github.com/ppy/osu
synced 2025-03-07 03:49:14 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user