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())
|
if (config.highlightCrucible())
|
||||||
{
|
{
|
||||||
drawCrucibleIfMouldSet(graphics);
|
drawCrucibleIfMouldSet(graphics);
|
||||||
|
}
|
||||||
|
if (config.drawMouldInfoOverlay())
|
||||||
|
{
|
||||||
drawMouldScoreIfMouldSet(graphics);
|
drawMouldScoreIfMouldSet(graphics);
|
||||||
|
drawPreformScoreIfPoured(graphics);
|
||||||
}
|
}
|
||||||
|
|
||||||
drawPreformScoreIfPoured(graphics);
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user