mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-01 03:26:09 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -227,7 +227,7 @@ bool ON_3dmObjectAttributes::operator==(const ON_3dmObjectAttributes& other) con
|
||||
if ( m_viewport_id != other.m_viewport_id )
|
||||
return false;
|
||||
|
||||
if ( m_dmref != other.m_dmref )
|
||||
if (!ON_SimpleArray_IsEqual(m_dmref, other.m_dmref))
|
||||
return false;
|
||||
|
||||
if (m_object_frame != other.m_object_frame)
|
||||
|
||||
Reference in New Issue
Block a user