Skip to content

Commit

Permalink
yuck
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoGarbage404 committed Nov 27, 2023
1 parent e355f95 commit 0e5fff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Robust.Client/UserInterface/UserInterfaceManager.Input.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public void KeyBindDown(BoundKeyEventArgs args)

public void KeyBindUp(BoundKeyEventArgs args)
{
//var control = ControlFocused ?? KeyboardFocused ?? MouseGetControl(args.PointerLocation);
if (!_focusedControls.TryGetValue(args.Function, out var control))
{
return;
Expand Down

0 comments on commit 0e5fff2

Please sign in to comment.