| # | Line 611 | Line 611 | FILE *fp; | |
|---|---|---|
| 611 | t2cnt += pp->nj2tris; | |
| 612 | } | |
| 613 | fprintf(fp, "Mesh statistics:\n"); | |
| 614 | < | fprintf(fp, "\t%d materials\n", ms->nmats); |
| 614 | > | fprintf(fp, "\t%ld materials\n", ms->nmats); |
| 615 | fprintf(fp, "\t%d patches (%.2f MBytes)\n", ms->npatches, | |
| 616 | (ms->npatches*sizeof(MESHPATCH) + | |
| 617 | vcnt*3*sizeof(uint32) + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |