1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

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;
if (!focus && HasFocus)
//todo: replace with KillInput after ppy/osu-framework#1656 is merged.
GetContainingInputManager().ChangeFocus(null);
KillFocus();
}
}