fix end of non void function
This commit is contained in:
parent
b82b23ee13
commit
89a5e5071e
1 changed files with 1 additions and 0 deletions
|
@ -1103,6 +1103,7 @@ bool GLGizmoEmboss::choose_svg_file()
|
|||
auto project = std::make_unique<Emboss::ProjectScale>(
|
||||
std::make_unique<Emboss::ProjectZ>(m_font_prop.emboss / scale), scale);
|
||||
indexed_triangle_set its = Emboss::polygons2model(polys, *project);
|
||||
return false;
|
||||
// test store:
|
||||
// for (auto &poly : polys) poly.scale(1e5);
|
||||
// SVG svg("converted.svg", BoundingBox(polys.front().contour.points));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue