Tiny fix of previous commit

This commit is contained in:
Lukas Matena
2019-02-06 11:09:00 +01:00
parent 4515fb5118
commit 0bfc36d508

View File

@@ -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<const Structure*> structures_below;
float height = 0;