mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 07:54:39 -05:00
whoops
This commit is contained in:
@@ -229,7 +229,7 @@ public class Skeleton : IDisposable
|
||||
if (IsAnimated)
|
||||
{
|
||||
boneMatrix = _boneMatriceAtFrame[bone.Index];
|
||||
parentBoneMatrix = _boneMatriceAtFrame[bone.ParentIndex];
|
||||
parentBoneMatrix = bone.IsRoot ? boneMatrix : _boneMatriceAtFrame[bone.ParentIndex];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user