diff --git a/src/objects/rigging.cpp b/src/objects/rigging.cpp index 3f50e905..1c0e9218 100644 --- a/src/objects/rigging.cpp +++ b/src/objects/rigging.cpp @@ -141,7 +141,7 @@ void SkeletonConfig::update( build_matrix(rotation, interpolation.getCurrent()) ); } else { - update(0, skeleton, root.get(), rotation); + update(0, skeleton, root.get(), build_matrix(rotation, position)); } }