mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Replace todo
This commit is contained in:
parent
b9b1e77172
commit
7c0547b4ee
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user