Commit 51f7a358 authored by lukeph's avatar lukeph

fixed bug from rev 1082

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1094 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 2a7f88fc
...@@ -425,7 +425,7 @@ bool CB3DMeshFileLoader::readChunkVRTS(CSkinnedMesh::SJoint *InJoint) ...@@ -425,7 +425,7 @@ bool CB3DMeshFileLoader::readChunkVRTS(CSkinnedMesh::SJoint *InJoint)
} }
if (flags & 2) if (flags & 2)
file->read(color, 4); readFloats(color, 4);
for (s32 i=0; i<tex_coord_sets; ++i) for (s32 i=0; i<tex_coord_sets; ++i)
readFloats(tex_coords[i], tex_coord_set_size); readFloats(tex_coords[i], tex_coord_set_size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment