summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/llgltfloader.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-06-11 01:21:45 +0300
committerGitHub <noreply@github.com>2025-06-11 01:21:45 +0300
commit48eb8a2efecb3c308092ce60dcb0c9975a0c53e1 (patch)
treed780508824a73083012fcf38dec46871ea5c577a /indra/newview/gltf/llgltfloader.cpp
parent98abff90a74536c9fa3a7c6d5078fc4b037c9c67 (diff)
#4147 Joint override
Diffstat (limited to 'indra/newview/gltf/llgltfloader.cpp')
-rw-r--r--indra/newview/gltf/llgltfloader.cpp2
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;