1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 17:43:07 +08:00

Remove temporary input ignore

This commit is contained in:
Dean Herbert
2021-04-12 14:29:27 +09:00
Unverified
parent 9be3163592
commit dd1925aaed
@@ -89,9 +89,6 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
private Vector2 getFinalSize() => facade.DrawSize;
// Todo: Temporary?
protected override bool ShouldBeConsideredForInput(Drawable child) => false;
protected override bool OnClick(ClickEvent e)
{
ToggleMaximisationState(this);