mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 21:49:02 +08:00
Bugfix: fatal error under certain circumstances introduced with the recent Boost implementation
This commit is contained in:
parent
1845abab70
commit
c0ec8b5865
@ -105,6 +105,7 @@ sub clip_with_expolygon {
|
|||||||
$self->boost_linestring,
|
$self->boost_linestring,
|
||||||
);
|
);
|
||||||
bless $_, 'Slic3r::Polyline' for @$result;
|
bless $_, 'Slic3r::Polyline' for @$result;
|
||||||
|
bless $_, 'Slic3r::Point' for map @$_, @$result;
|
||||||
return @$result;
|
return @$result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user