Make simplipie not output spaces at the end of vertex lines.

master
cybersphinx 2011-11-27 02:21:26 +01:00
parent a617fb99bb
commit dd4b5322e9
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ static void dump_to_pie(FILE *ctl, FILE *fp, const char *input)
{
if (!posList[j].dupe)
{
fprintf(ctl, " \n\t%d %d %d", posList[j].x, posList[j].y, posList[j].z);
fprintf(ctl, "\n\t%d %d %d", posList[j].x, posList[j].y, posList[j].z);
}
}