diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 1a25b00f..12c003fa 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.21 2007/02/14 16:07:41 ganovelli +added HasPerFaceFlag + Revision 1.20 2007/02/14 15:40:20 ganovelli a wrong "!" corrected @@ -382,7 +385,7 @@ static int Save(SaveMeshType &m, const char * filename, bool binary, PlyInfo &p std::vector FlagV; VertexPointer vp; VertexIterator vi; - SimpleTempData indices(m.vert); + SimpleTempData indices(m.vert); if(!m.HasPerVertexFlags()) indices.Start();