mirror of https://github.com/CGAL/cgal
Merge pull request #3013 from sgiraudot/PSP-Fix_ply_reading_properties-GF
PSP: Fix PLY reading properties other than those of vertices
This commit is contained in:
commit
05f6780968
|
|
@ -446,8 +446,12 @@ namespace internal {
|
||||||
m_properties = &m_face_properties;
|
m_properties = &m_face_properties;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
reading_faces = false;
|
||||||
|
reading_vertices = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue