mould/preform overlay: toggling "Mould Info Overlay" will correctly turn off mould/preform score overlay.
This commit is contained in:
@@ -119,10 +119,13 @@ public class FoundryOverlay3D extends Overlay
|
||||
if (config.highlightCrucible())
|
||||
{
|
||||
drawCrucibleIfMouldSet(graphics);
|
||||
}
|
||||
if (config.drawMouldInfoOverlay())
|
||||
{
|
||||
drawMouldScoreIfMouldSet(graphics);
|
||||
drawPreformScoreIfPoured(graphics);
|
||||
}
|
||||
|
||||
drawPreformScoreIfPoured(graphics);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user