diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/gltf/llgltfloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gltf/llgltfloader.cpp b/indra/newview/gltf/llgltfloader.cpp index 3273cce70b..3e7b14919b 100644 --- a/indra/newview/gltf/llgltfloader.cpp +++ b/indra/newview/gltf/llgltfloader.cpp @@ -898,7 +898,7 @@ bool LLGLTFLoader::populateModelFromMesh(LLModel* pModel, const LL::GLTF::Mesh& { // This is very likely incomplete in some way. // Root shouldn't be the only one to need full coordinate fix - joint_mat = coord_system_rotation * joint_mat; + joint_mat = coord_system_rotation; if (mApplyXYRotation) { joint_mat = coord_system_rotationxy * joint_mat; |