summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-05-18 23:29:59 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-05-18 23:29:59 +0300
commitb43c1a2656f1473d40afda13e813d3ede0062054 (patch)
treed05db151bce3eed89746c91fdb38b95e5e13f0d6 /indra/newview/llvoavatar.cpp
parent1e994ec393ae68d036ea68143a71d63bc5e83fad (diff)
parented3d9abdd01304b5a9708880d9b150fb6568256b (diff)
Merged master into DRTVWR-497
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp3
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());
}
//-----------------------------------------------------------------------------