1
0
mirror of https://github.com/demodude4u/Factorio-FBSR.git synced 2024-11-27 08:20:57 +02:00

Fixed warning/error/debug border drawing

This commit is contained in:
Weston Rye (Demod) 2017-06-21 15:41:47 -04:00
parent b8f8322b93
commit cc13c26b69

View File

@ -384,6 +384,7 @@ public class FBSR {
Level level = reporting.getLevel();
if (level != Level.INFO) {
g.setTransform(worldXform);
g.setStroke(GRID_STROKE);
g.setColor(level.getColor().darker());
g.draw(centerBounds);