diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-18 23:29:59 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-18 23:29:59 +0300 |
| commit | b43c1a2656f1473d40afda13e813d3ede0062054 (patch) | |
| tree | d05db151bce3eed89746c91fdb38b95e5e13f0d6 /indra/newview/llvoavatar.cpp | |
| parent | 1e994ec393ae68d036ea68143a71d63bc5e83fad (diff) | |
| parent | ed3d9abdd01304b5a9708880d9b150fb6568256b (diff) | |
Merged master into DRTVWR-497
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 55256746e6..12d62bc99f 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7423,7 +7423,8 @@ void LLVOAvatar::sitOnObject(LLViewerObject *sit_object) mRoot->updateWorldMatrixChildren(); stopMotion(ANIM_AGENT_BODY_NOISE); - + + gAgentCamera.setInitSitRot(gAgent.getFrameAgent().getQuaternion()); } //----------------------------------------------------------------------------- |
