Lines from different pairs running together is really bad

This commit is contained in:
Ian Gulliver
2019-07-09 16:44:07 +00:00
parent 042fa66a1d
commit 236585f3fb

View File

@@ -144,7 +144,7 @@ class LayoutLink {
// Encourage merging
cost -= 0.25;
} else {
cost += 2;
cost += 5;
}
}