Fix some remaining usage of local InputManager instances

This commit is contained in:
Dean Herbert
2017-08-16 13:07:18 +09:00
parent 6ee4716ec5
commit a5007fc64f
5 changed files with 6 additions and 6 deletions

View File

@ -152,7 +152,7 @@ namespace osu.Game.Overlays.Chat
protected override void OnFocus(InputState state)
{
InputManager.ChangeFocus(search);
GetContainingInputManager().ChangeFocus(search);
base.OnFocus(state);
}