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,7 +446,11 @@ namespace internal {
|
|||
m_properties = &m_face_properties;
|
||||
}
|
||||
else
|
||||
continue;
|
||||
{
|
||||
reading_faces = false;
|
||||
reading_vertices = false;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue