Corrected bug: missing a newline in the header

This commit is contained in:
Paolo Cignoni 2006-11-17 16:12:13 +00:00
parent 952d3e61ca
commit 49daa83ca1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace vcg {
if( m.HasPerVertexColor() && (mask & io::Mask::IOM_VERTCOLOR)) fprintf(fpout,"C");
if( m.HasPerVertexTexture() && (mask & io::Mask::IOM_VERTTEXCOORD)) fprintf(fpout,"ST");
fprintf(fpout,"OFF\n");
fprintf(fpout,"%d %d 0", m.vn, m.fn);
fprintf(fpout,"%d %d 0\n", m.vn, m.fn);
typename SaveMeshType::FaceIterator fi;
// USeless portio of code that try tocomput the exact number of edges.