Fix typo in function build_octree
This commit is contained in:
parent
e9a325c9ca
commit
7ef5def077
@ -120,7 +120,7 @@ protected:
|
|||||||
Polylines &polylines_out);
|
Polylines &polylines_out);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static std::unique_ptr<FillAdaptive_Internal::Octree> build_octree_for(
|
static std::unique_ptr<FillAdaptive_Internal::Octree> build_octree(
|
||||||
TriangleMesh & triangle_mesh,
|
TriangleMesh & triangle_mesh,
|
||||||
coordf_t line_spacing,
|
coordf_t line_spacing,
|
||||||
const Vec3d & cube_center,
|
const Vec3d & cube_center,
|
||||||
|
Loading…
Reference in New Issue
Block a user