mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-16 22:36:01 +08:00
Sync changes from upstream repository
Co-authored-by: David Eränen <david.eranen@mcneel.com> Co-authored-by: piac <giulio@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
@@ -3099,6 +3099,8 @@ bool ON_BinaryArchive::Read3dmReferencedComponentIndex(
|
||||
break;
|
||||
case ON_ModelComponent::Type::HistoryRecord:
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3737,6 +3739,9 @@ bool ON_BinaryArchive::AddManifestMapItem(
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (!m_manifest_map.AddMapItem(map_item))
|
||||
|
||||
Reference in New Issue
Block a user