Browse Source

Merge pull request #253 from g-pechorin/master

fixed "<Colors ...> ... </Color>" typo
Kim Kulling 11 years ago
parent
commit
a0ba3a8ade
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/assimp_cmd/WriteDumb.cpp

+ 1 - 1
tools/assimp_cmd/WriteDumb.cpp

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