Fix typo in function build_octree
This commit is contained in:
parent
e9a325c9ca
commit
7ef5def077
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ protected:
|
|||
Polylines &polylines_out);
|
||||
|
||||
public:
|
||||
static std::unique_ptr<FillAdaptive_Internal::Octree> build_octree_for(
|
||||
static std::unique_ptr<FillAdaptive_Internal::Octree> build_octree(
|
||||
TriangleMesh & triangle_mesh,
|
||||
coordf_t line_spacing,
|
||||
const Vec3d & cube_center,
|
||||
|
|
Loading…
Reference in a new issue