mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 17:01:49 +08:00
Follow-up to c6bcaedba9a9e967a227d721838e6fa3d9651f67
This commit is contained in:
parent
c6bcaedba9
commit
f0886b46fb
@ -139,7 +139,7 @@ void Polyline::split_at(const Point &point, Polyline* p1, Polyline* p2) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this->points.front() == point) {
|
if (this->points.front() == point) {
|
||||||
*p1 = point;
|
*p1 = { point };
|
||||||
*p2 = *this;
|
*p2 = *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user