From 906e66ea800193a5b0dbc123d8b081eccc05eaee Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Wed, 6 Feb 2019 11:09:00 +0100 Subject: [PATCH] Tiny fix of previous commit --- src/libslic3r/SLA/SLAAutoSupports.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/SLA/SLAAutoSupports.hpp b/src/libslic3r/SLA/SLAAutoSupports.hpp index 2ad1d0397..fb5aceb4a 100644 --- a/src/libslic3r/SLA/SLAAutoSupports.hpp +++ b/src/libslic3r/SLA/SLAAutoSupports.hpp @@ -37,7 +37,7 @@ private: {} const ExPolygon* polygon = nullptr; const BoundingBox bbox; - const Vec2f centroid = Vec3f::Zero(); + const Vec2f centroid = Vec2f::Zero(); const float area = 0.f; std::vector structures_below; float height = 0;