Clean up and fix info panel configs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user