From f88aef242e111402fc227e82b09515b930b1207c Mon Sep 17 00:00:00 2001 From: lukeph Date: Wed, 5 Dec 2007 09:20:51 +0000 Subject: [PATCH] fixed bug from rev 1082 git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1094 dfc29bdd-3216-0410-991c-e03cc46cb475 --- source/Irrlicht/CB3DMeshFileLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Irrlicht/CB3DMeshFileLoader.cpp b/source/Irrlicht/CB3DMeshFileLoader.cpp index 88ebd237..7d1350b9 100644 --- a/source/Irrlicht/CB3DMeshFileLoader.cpp +++ b/source/Irrlicht/CB3DMeshFileLoader.cpp @@ -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