add newline at the end of file tag - this fix a problem on mac platform
This commit is contained in:
parent
e77e13a8fe
commit
a5f4b797c7
|
|
@ -266,7 +266,7 @@ namespace io {
|
||||||
}//for
|
}//for
|
||||||
fprintf(fp,"# %d faces, %d coords texture\n\n",m.fn,int(CoordIndexTexture.size()));
|
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);
|
fclose(fp);
|
||||||
|
|
||||||
int r = 0;
|
int r = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue