Skip to content

Commit a0ba3a8

Browse files
committed
Merge pull request assimp#253 from g-pechorin/master
fixed "<Colors ...> ... </Color>" typo
2 parents 85b756a + 73e6908 commit a0ba3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/assimp_cmd/WriteDumb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
12581258
mesh->mColors[a][n].a);
12591259
}
12601260
}
1261-
fprintf(out,"\t\t</Color>\n");
1261+
fprintf(out,"\t\t</Colors>\n");
12621262
}
12631263
fprintf(out,"\t</Mesh>\n");
12641264
}

0 commit comments

Comments
 (0)