CSkinnedMesh::setHardwareSkinning was not returning a value.

git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1081 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
lukeph 2007-12-03 10:06:01 +00:00
parent 2c6df8aa23
commit e4efbfedf0

View File

@ -713,6 +713,7 @@ bool CSkinnedMesh::setHardwareSkinning(bool on)
HardwareSkinning=on;
}
return true;
}
void CSkinnedMesh::CalculateGlobalMatrixes(SJoint *Joint,SJoint *ParentJoint)