From ec50632f2ee145748f225619c40048ae41a69aac Mon Sep 17 00:00:00 2001 From: Alexander Gessler Date: Tue, 3 Jul 2012 00:26:40 +0200 Subject: [PATCH] - fbx: fix bug that caused vertex colors to be not loaded correctly. --- code/FBXMeshGeometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/FBXMeshGeometry.cpp b/code/FBXMeshGeometry.cpp index 2dc04294b..a3bfaedeb 100644 --- a/code/FBXMeshGeometry.cpp +++ b/code/FBXMeshGeometry.cpp @@ -405,7 +405,7 @@ void MeshGeometry::ReadVertexDataColors(std::vector& colors_out, cons const std::string& ReferenceInformationType) { ResolveVertexDataArray(colors_out,source,MappingInformationType,ReferenceInformationType, - "Color", + "Colors", "ColorIndex", vertices.size(), mapping_counts,