mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
Tiny fix of previous commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user