diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-06-27 08:48:15 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-06-27 08:48:15 -0400 | 
| commit | 7f904fbcbd878b44b2ffe6c919e96c71756eece1 (patch) | |
| tree | ca44b9440ebebf4093301c8f7074b12b4bc3f3fa /indra/newview | |
| parent | b649847fe9f693b50b99cb73b7c641660812f5b7 (diff) | |
SL-124 - code cleanup
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llvoavatar.cpp | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 0448fc6138..340f19c39e 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -1907,16 +1907,6 @@ void LLVOAvatar::resetSkeleton()      // Restore attachment pos overrides      rebuildAttachmentPosOverrides(); -    // Restore mPelvis state -    //getJoint("mPelvis")->setRotation(pelvis_rot); -    //getJoint("mPelvis")->setPosition(pelvis_pos); -     -    // Restart animations BENTO - not needed? Removing this fixes a -    // problem seen if avatar is sitting and animated relative to sit -    // point. - -    //resetAnimations(); -      LL_DEBUGS("Avatar") << avString() << " reset ends" << LL_ENDL;  } | 
