1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Cleanup unnecessary implementation

This commit is contained in:
smoogipoo 2021-08-18 21:00:11 +09:00
parent eadf02933a
commit e9221f0126

View File

@ -58,7 +58,5 @@ namespace osu.Game.Screens.OnlinePlay.Match
if (editButton != null)
host.BindValueChanged(h => editButton.Alpha = h.NewValue?.Equals(api.LocalUser.Value) == true ? 1 : 0, true);
}
protected override bool ShouldBeConsideredForInput(Drawable child) => true;
}
}