mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-03 18:26:23 +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:
@@ -1359,9 +1359,8 @@ DictionaryEntry* DictionaryEntry::CreateInstance(enum DictionaryEntryType item_t
|
||||
case DictionaryEntryType::MeshParameters: return new Entry<ON_MeshParameters>;
|
||||
case DictionaryEntryType::Geometry: return new Entry<ON_Geometry>;
|
||||
case DictionaryEntryType::ArchivableDictionary: return new Entry<ON_ArchivableDictionaryPtr>;
|
||||
default: return nullptr;
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user