mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 20:18:17 +08:00
Tiny fix of previous commit
This commit is contained in:
parent
0e8b526af3
commit
906e66ea80
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user