Changed pathfinding algorithm slightly, added debugging for paths
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user