summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabriel lee <gabriel@lindenlab.com>2010-06-16 18:04:37 +0100
committergabriel lee <gabriel@lindenlab.com>2010-06-16 18:04:37 +0100
commitabb0ccb762f54127b38bd9a9be4a852e7e489d48 (patch)
tree8bee7b91c750d49d22f2578c973eddb7d976b4e5
parent42a4ab9ae1d72c479a8958ea9e4e8b75db9cc68c (diff)
parent206ce0bb2c0b884b8c64f05d3eb3f9173267d764 (diff)
ext-7834 fixed corruption of menu item vector
reviewed by richard
-rw-r--r--indra/newview/llagentcamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp
index 3fc5e88633..c6ca9c5e3a 100644
--- a/indra/newview/llagentcamera.cpp
+++ b/indra/newview/llagentcamera.cpp
@@ -1644,7 +1644,7 @@ LLVector3d LLAgentCamera::calcThirdPersonFocusOffset()
}
focus_offset = convert_from_llsd<LLVector3d>(mFocusOffsetInitial[mCameraPreset]->get(), TYPE_VEC3D, "");
- return focus_offset;
+ return focus_offset * agent_rot;
}
void LLAgentCamera::setupSitCamera()