fixed "<Colors ...> ... </Color>" typo

The XML tags did not match. Mismatched tags confuse XML parser kits. So I fixed the tags to match.
pull/253/head
Peter LaValle 2014-04-15 15:10:48 +01:00
parent 85b756ad4d
commit 73e6908c36
1 changed files with 1 additions and 1 deletions

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");
}