diff options
author | Tofu Buzzard <no-email> | 2011-03-14 18:18:33 -0700 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-14 18:18:33 -0700 |
commit | 2d29b51f648e8a006936e9e70cf955b7e493bdfe (patch) | |
tree | 966345babfafb4423e71956a944a8d858b292294 /indra/newview/llmeshrepository.cpp | |
parent | 0b51a0cc63b5d6cd848189bf3fc0d26e987c62fb (diff) | |
parent | ea5cbe9c90afdab366e7db7469a895f45c8746f0 (diff) |
merge
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index a9a8e28b00..fb686fccd7 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -1162,7 +1162,12 @@ bool LLMeshRepoThread::skinInfoReceived(const LLUUID& mesh_id, U8* data, S32 dat info.mAlternateBindMatrix.push_back(mat); } } - + + if (skin.has("pelvis_offset")) + { + info.mPelvisOffset = skin["pelvis_offset"].asReal(); + } + mSkinInfoQ.push(info); } |