Tiny fix of previous commit

This commit is contained in:
Lukas Matena 2019-02-06 11:09:00 +01:00
parent 0e8b526af3
commit 906e66ea80

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;