Follow-up to c6bcaedba9
This commit is contained in:
parent
c6bcaedba9
commit
f0886b46fb
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void Polyline::split_at(const Point &point, Polyline* p1, Polyline* p2) const
|
|||
}
|
||||
|
||||
if (this->points.front() == point) {
|
||||
*p1 = point;
|
||||
*p1 = { point };
|
||||
*p2 = *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue