add newline at the end of file tag - this fix a problem on mac platform

This commit is contained in:
Massimiliano Corsini 2013-04-15 12:29:54 +00:00
parent e77e13a8fe
commit a5f4b797c7
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ namespace io {
}//for
fprintf(fp,"# %d faces, %d coords texture\n\n",m.fn,int(CoordIndexTexture.size()));
fprintf(fp,"# End of File");
fprintf(fp,"# End of File\n");
fclose(fp);
int r = 0;