Fix remove debug calculation of bounding box

This commit is contained in:
Filip Sykala 2022-02-16 15:16:30 +01:00
parent bed5232a22
commit 71d4c86a6a

View File

@ -119,8 +119,6 @@ std::optional<Emboss::Glyph> Private::get_glyph(stbtt_fontinfo &font_info, int u
// fix for bad defined fonts
glyph.shape = Slic3r::union_ex(glyph_polygons);
BoundingBox bb(glyph.shape.front().contour.points);
// inner cw - hole
// outer ccw - contour
return glyph;