Skip to content

Commit

Permalink
Merge pull request assimp#253 from g-pechorin/master
Browse files Browse the repository at this point in the history
fixed "<Colors ...> ... </Color>" typo
  • Loading branch information
kimkulling committed Apr 15, 2014
2 parents 85b756a + 73e6908 commit a0ba3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/assimp_cmd/WriteDumb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit a0ba3a8

Please sign in to comment.