Clean up and fix info panel configs

This commit is contained in:
Patrick
2022-06-23 22:28:26 +04:00
parent eac082b05e
commit 8a9c80ed81
2 changed files with 7 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ public class FoundryOverlay2D extends OverlayPanel
@Override
public Dimension render(Graphics2D graphics)
{
if (!state.isEnabled() || state.getCurrentStage() == null || !config.drawInfoPanel())
if (!state.isEnabled() || state.getCurrentStage() == null)
{
return null;
}