mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 16:27:20 +08:00
Cleanup unnecessary implementation
This commit is contained in:
parent
eadf02933a
commit
e9221f0126
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user