Tiny fix of previous commit
This commit is contained in:
parent
0e8b526af3
commit
906e66ea80
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ private:
|
||||||
{}
|
{}
|
||||||
const ExPolygon* polygon = nullptr;
|
const ExPolygon* polygon = nullptr;
|
||||||
const BoundingBox bbox;
|
const BoundingBox bbox;
|
||||||
const Vec2f centroid = Vec3f::Zero();
|
const Vec2f centroid = Vec2f::Zero();
|
||||||
const float area = 0.f;
|
const float area = 0.f;
|
||||||
std::vector<const Structure*> structures_below;
|
std::vector<const Structure*> structures_below;
|
||||||
float height = 0;
|
float height = 0;
|
||||||
|
|
Loading…
Reference in a new issue