diff options
author | prep <prep@lindenlab.com> | 2010-11-15 14:02:03 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2010-11-15 14:02:03 -0500 |
commit | f9a35fc4c622cf5b151900dd4590818d965a506b (patch) | |
tree | f18754406e1f307f178306f6263ac5911c3f2224 /indra/newview/llvovolume.cpp | |
parent | 26b3b37e87da0dae46d5e12a9ab4cae809df22de (diff) |
Implemented support for getting at the child translational element if the SID fails to resolved.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 10b7816caf..fe11570cf6 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4086,8 +4086,7 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group) {
pAvatarVO->setPelvisOffset( true, jointPos );
//Trigger to rebuild viewer AV
- pelvisGotSet = true;
- //pAvatarVO->setPosition( pAvatarVO->getCharacterPosition() + jointPos );
+ pelvisGotSet = true;
}
}
else
|