summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-16 22:44:29 +0000
committerTofu Buzzard <no-email>2011-03-16 22:44:29 +0000
commit0671b6abc5acee0e7df879f9a10506aa42c2169c (patch)
treebaf736cc9a5f9de8fb1fa9f9bf95be0dacc7b72f /indra/newview/llmeshrepository.cpp
parent1dffa1c78cd623fe8c930e128312260647bf91e7 (diff)
parent752b3fdbe044069635a2c6cd000c481561985954 (diff)
merge
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-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 fb686fccd7..986b8cd509 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);
}