Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-08-22 01:43:04 -07:00
parent ae65ce6693
commit 904ef7893c
202 changed files with 1884 additions and 1694 deletions

View File

@@ -128,7 +128,7 @@ ON_ModelGeometryComponent::ON_ModelGeometryComponent( ON_ModelComponent::Type ty
ON_ModelGeometryComponent::~ON_ModelGeometryComponent()
{
// This destructor is explictily implemented to insure m_geometry_sp
// This destructor is explicitly implemented to insure m_geometry_sp
// and m_attributes_sp are destroyed by the same c-runtime
// that creates them.
}