diff --git a/indra/newview/fsposeranimator.cpp b/indra/newview/fsposeranimator.cpp index cfb629afd4..b7bfeea71d 100644 --- a/indra/newview/fsposeranimator.cpp +++ b/indra/newview/fsposeranimator.cpp @@ -877,8 +877,8 @@ bool FSPoserAnimator::writeBvhMotion(llofstream* fileStream, LLVOAvatar* avatar, if (!joint) return false; - auto rotation = getJointRotation(avatar, *joint, SWAP_NOTHING, NEGATE_NOTHING, false); - auto position = getJointPosition(avatar, *joint); + auto rotation = getJointRotation(avatar, *joint, SWAP_NOTHING, NEGATE_NOTHING, true); + auto position = getJointPosition(avatar, *joint, true); switch (joint->boneType()) {