1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Bugfix: fatal error under certain circumstances introduced with the recent Boost implementation

This commit is contained in:
Alessandro Ranellucci
2012-04-14 15:25:42 +02:00
parent 1845abab70
commit c0ec8b5865
+1
View File
@@ -105,6 +105,7 @@ sub clip_with_expolygon {
$self->boost_linestring,
);
bless $_, 'Slic3r::Polyline' for @$result;
bless $_, 'Slic3r::Point' for map @$_, @$result;
return @$result;
}