Merge pull request #253 from g-pechorin/master

fixed "<Colors ...> ... </Color>" typo
This commit is contained in:
Kim Kulling
2014-04-15 19:34:31 +02:00

View File

@@ -1258,7 +1258,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
mesh->mColors[a][n].a);
}
}
fprintf(out,"\t\t</Color>\n");
fprintf(out,"\t\t</Colors>\n");
}
fprintf(out,"\t</Mesh>\n");
}