diff options
author | prep linden <prep@lindenlab.com> | 2011-03-16 10:15:06 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-03-16 10:15:06 -0400 |
commit | 5a940793e19225c065f1e37c1be32edd936a5246 (patch) | |
tree | a0b247190c2e8b667096ec61bb468a627effa090 /indra/newview/llmeshrepository.cpp | |
parent | 16ff50719055aae202011e4b20aeae41d98493fa (diff) |
WIP:Manual pelvis offset
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 8e869b2d5b..93e6c3aafc 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -1167,7 +1167,7 @@ bool LLMeshRepoThread::skinInfoReceived(const LLUUID& mesh_id, U8* data, S32 dat { info.mPelvisOffset = skin["pelvis_offset"].asReal(); } - + llinfos<<"info pelvis offset"<<info.mPelvisOffset<<llendl; mSkinInfoQ.push(info); } |