mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Prepare for follow-on change
This commit is contained in:
parent
a1433a6e2c
commit
b9a8c2e305
@ -47,7 +47,7 @@ impl<const D: usize> PolyChain<D> {
|
||||
// once `array_windows` is stable.
|
||||
let points = [points[0], points[1]];
|
||||
|
||||
let segment = LineSegment { points };
|
||||
let segment = LineSegment::from(points);
|
||||
segments.push(segment);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user