Replace todo

This commit is contained in:
Dean Herbert 2018-06-29 23:16:05 +09:00
parent b9b1e77172
commit 7c0547b4ee

View File

@ -25,8 +25,7 @@ namespace osu.Game.Graphics.UserInterface
{ {
focus = value; focus = value;
if (!focus && HasFocus) if (!focus && HasFocus)
//todo: replace with KillInput after ppy/osu-framework#1656 is merged. KillFocus();
GetContainingInputManager().ChangeFocus(null);
} }
} }