Fix color dependency for drawing heat changers

This commit is contained in:
Patrick
2023-08-15 00:33:13 +04:00
parent 82c2ae6085
commit 63a3cb52b1

View File

@@ -131,7 +131,7 @@ public class FoundryOverlay3D extends Overlay {
graphics.fill(objectClickbox);
}
if (color.equals(ColorScheme.PROGRESS_ERROR_COLOR) && config.highlightWaterAndLava())
if (stage.getHeat() != heat && config.highlightWaterAndLava())
{
drawHeatChangers(graphics);
}