Changed pathfinding algorithm slightly, added debugging for paths

This commit is contained in:
Anuken
2017-12-08 19:59:04 -05:00
parent cffb673bae
commit 404ec68570
14 changed files with 91 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ public class MindustrySettingsDialog extends SettingsDialog{
content().remove();
buttons().remove();
ScrollPane pane = new ScrollPane(content());
ScrollPane pane = new ScrollPane(content(), "clear");
pane.setFadeScrollBars(false);
row();