mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
Reduce allocations
This commit is contained in:
@@ -31,6 +31,11 @@ namespace Robust.Client.UserInterface.CustomControls
|
||||
{
|
||||
base.FrameUpdate(args);
|
||||
|
||||
if (!VisibleInTree)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
_label.Text = string.Join("\n", _inputManager.DownKeyFunctions);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user