This commit is contained in:
Leijurv 2018-08-23 09:07:43 -07:00
parent 5baa56bb29
commit f9189d7ec3
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -109,6 +109,7 @@ public class Settings {
/**
* Use a pythagorean metric (as opposed to the more accurate hybrid diagonal / traverse).
* You probably don't want this. It roughly triples nodes considered for no real advantage.
*/
public Setting<Boolean> pythagoreanMetric = new Setting<>(false);