This commit is contained in:
76Octane
2023-06-10 15:25:15 +08:00

View File

@@ -11,7 +11,7 @@
#endif #endif
namespace Slic3r { namespace Slic3r {
//YYYBBBB
class AABBMesh::AABBImpl { class AABBMesh::AABBImpl {
private: private:
AABBTreeIndirect::Tree3f m_tree; AABBTreeIndirect::Tree3f m_tree;