diff options
author | Kent Quirk <q@lindenlab.com> | 2010-04-14 15:19:43 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-04-14 15:19:43 -0400 |
commit | 451d58947fa51b352d333f68a7b2427129a2ffa2 (patch) | |
tree | fad4838b5e2e3618b7ba99e6ff4388b90be6e8aa /indra/newview/llvoavatar.cpp | |
parent | 814ca2ad1e26e7334c48e6071e292e09ac06b525 (diff) | |
parent | 244418e6b2f4647d09995492f52180a0d3824cd2 (diff) |
Merge
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index f5e83ed025..16eb877b1d 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5619,6 +5619,8 @@ void LLVOAvatar::sitDown(BOOL bSitting) //----------------------------------------------------------------------------- void LLVOAvatar::sitOnObject(LLViewerObject *sit_object) { + sitDown(TRUE); + if (isSelf()) { // Might be first sit @@ -5651,7 +5653,6 @@ void LLVOAvatar::sitOnObject(LLViewerObject *sit_object) mDrawable->mXform.setRotation(mDrawable->getWorldRotation() * inv_obj_rot); gPipeline.markMoved(mDrawable, TRUE); - sitDown(TRUE); mRoot.getXform()->setParent(&sit_object->mDrawable->mXform); // LLVOAvatar::sitOnObject mRoot.setPosition(getPosition()); mRoot.updateWorldMatrixChildren(); |