summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-23 11:22:49 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-05-23 11:22:49 -0400
commit107ca81b8e9dcb072424673f8b81736cb359a1a0 (patch)
treec8624797c9bdd1d4c0ba1cfbb1ec9b20e6274397 /indra
parent1330881ba1613570a6c07a4afd9eea34af1f4d7d (diff)
SH-1492 WIP
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llmeshrepository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index 5388bd404a..21e4c35f8c 100755
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1477,7 +1477,7 @@ void LLMeshUploadThread::wholeModelToLLSD(LLSD& dest, bool include_textures)
LLMatrix4 transformation = instance.mTransform;
decomposeMeshMatrix(transformation,pos,rot,scale);
- mesh_entry["position"] = ll_sd_from_vector3(LLVector3());
+ mesh_entry["position"] = ll_sd_from_vector3(pos);
mesh_entry["rotation"] = ll_sd_from_quaternion(rot);
mesh_entry["scale"] = ll_sd_from_vector3(scale);