Commit 0c4a4ea5 authored by lukeph's avatar lukeph

Possible problem with scaling, reported by gbox here:...

Possible problem with scaling, reported by gbox here: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=30175

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1635 dfc29bdd-3216-0410-991c-e03cc46cb475
parent f3927d5c
......@@ -186,7 +186,6 @@ void CSkinnedMesh::buildAll_LocalAnimatedMatrices()
m1[9] *= joint->Animatedscale.Z;
m1[10] *= joint->Animatedscale.Z;
m1[11] *= joint->Animatedscale.Z;
m1[12] *= joint->Animatedscale.X;
// -----------------------------------
}
......
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