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:
parent
b8f8322b93
commit
cc13c26b69
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user