runelite-client: don't render non visible widgets
This commit is contained in:
@@ -417,7 +417,7 @@ public class DevToolsOverlay extends Overlay
|
|||||||
|
|
||||||
for (Widget child : children)
|
for (Widget child : children)
|
||||||
{
|
{
|
||||||
if (child == null)
|
if (child == null || child.isHidden())
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user