mirror of https://codeberg.org/topola/topola.git
Revert "fix(router/ng/eval): Flip alignment of outer edges"
This reverts commit e3790eb366.
This commit is contained in:
parent
185c2972b7
commit
5cc1747885
|
|
@ -191,8 +191,8 @@ impl AstarContext {
|
||||||
}
|
}
|
||||||
alignment
|
alignment
|
||||||
}
|
}
|
||||||
(Some(_), None) => Alignment::Right,
|
(Some(_), None) => Alignment::Left,
|
||||||
(None, Some(_)) => Alignment::Left,
|
(None, Some(_)) => Alignment::Right,
|
||||||
// this should only happen when one end-point is primal, handled above
|
// this should only happen when one end-point is primal, handled above
|
||||||
(None, None) => unreachable!(),
|
(None, None) => unreachable!(),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue