diff options
| author | prep linden <prep@lindenlab.com> | 2011-03-16 10:19:56 -0400 | 
|---|---|---|
| committer | prep linden <prep@lindenlab.com> | 2011-03-16 10:19:56 -0400 | 
| commit | 15b0509c01dbeec6854f4a0a5965e900eda06de1 (patch) | |
| tree | c0254f6c8a9436eec487b65b000d6b96d226489c | |
| parent | 8e1473d6da0d2e758e0ebae7c0a3f91bd7d623bf (diff) | |
WIP:commented out pelvis offset log
| -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 93e6c3aafc..93e773d33b 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; +		//llinfos<<"info pelvis offset"<<info.mPelvisOffset<<llendl;  		mSkinInfoQ.push(info);  	} | 
