- fbx: fix bug that caused vertex colors to be not loaded correctly.

pull/14/head
Alexander Gessler 2012-07-03 00:26:40 +02:00
parent f5b9b0eab4
commit ec50632f2e
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ void MeshGeometry::ReadVertexDataColors(std::vector<aiColor4D>& colors_out, cons
const std::string& ReferenceInformationType)
{
ResolveVertexDataArray(colors_out,source,MappingInformationType,ReferenceInformationType,
"Color",
"Colors",
"ColorIndex",
vertices.size(),
mapping_counts,