mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 18:10:01 +08:00
Fix hold note note masks blocking mouse input
This commit is contained in:
parent
be297ddf76
commit
c3c270621b
@ -76,6 +76,9 @@ namespace osu.Game.Rulesets.Mania.Edit.Layers.Selection.Overlays
|
||||
|
||||
Position = HitObject.DrawPosition;
|
||||
}
|
||||
|
||||
// Todo: This is temporary, since the note masks don't do anything special yet. In the future they will handle input.
|
||||
public override bool HandleMouseInput => false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user