1
0
mirror of https://github.com/demodude4u/Factorio-FBSR.git synced 2025-02-13 19:52:12 +02:00

bounds debug, to show rendering bounds

This commit is contained in:
Weston Rye (Demod) 2017-08-08 10:40:59 -04:00
parent d8d5db1ae1
commit 5b4663ab40

View File

@ -57,6 +57,7 @@ public class WorldMap {
public boolean logistic = false;
public boolean rail = false;
public boolean placement = false;
public boolean bounds = false;
}
public static class RailEdge {