mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-17 06:46:01 +08:00
Sync changes from upstream repository
This commit is contained in:
@@ -976,7 +976,7 @@ bool ON_SubDimple::Transform(
|
||||
break;
|
||||
}
|
||||
|
||||
if (level->m_face_count > 0 && level->m_face)
|
||||
if (level->m_face_count > 0 && level->m_face[0])
|
||||
{
|
||||
const ON_SubDMeshFragment* frag = level->m_face[0]->MeshFragments();
|
||||
if (nullptr != frag)
|
||||
|
||||
Reference in New Issue
Block a user