fixed bug from rev 1082
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1094 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
0528061a8c
commit
f88aef242e
@ -425,7 +425,7 @@ bool CB3DMeshFileLoader::readChunkVRTS(CSkinnedMesh::SJoint *InJoint)
|
||||
}
|
||||
|
||||
if (flags & 2)
|
||||
file->read(color, 4);
|
||||
readFloats(color, 4);
|
||||
|
||||
for (s32 i=0; i<tex_coord_sets; ++i)
|
||||
readFloats(tex_coords[i], tex_coord_set_size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user