summaryrefslogtreecommitdiff
path: root/indra/newview/llagentcamera.cpp
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-11-13 15:55:02 +0200
committermaxim_productengine <mnikolenko@productengine.com>2019-11-13 15:55:02 +0200
commit4778417f25f070e9019e975c979d93fb8881b5ac (patch)
treed8f624a0e935c4a4dfa24acda05c2b7b8dcc89aa /indra/newview/llagentcamera.cpp
parent382c1845012cc4e2be78a5a03334b4157a732349 (diff)
SL-12186 WIP Use appropriate offset names when saving presets
Diffstat (limited to 'indra/newview/llagentcamera.cpp')
-rw-r--r--indra/newview/llagentcamera.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp
index 3e56c1dd71..882e3cee55 100644
--- a/indra/newview/llagentcamera.cpp
+++ b/indra/newview/llagentcamera.cpp
@@ -1948,11 +1948,21 @@ std::string LLAgentCamera::getCameraOffsetCtrlName()
return mCameraOffsetInitial[mCameraPreset]->getName();
}
+std::string LLAgentCamera::getCameraOffsetCtrlName(ECameraPreset preset)
+{
+ return mCameraOffsetInitial[preset]->getName();
+}
+
std::string LLAgentCamera::getFocusOffsetCtrlName()
{
return mFocusOffsetInitial[mCameraPreset]->getName();
}
+std::string LLAgentCamera::getFocusOffsetCtrlName(ECameraPreset preset)
+{
+ return mFocusOffsetInitial[preset]->getName();
+}
+
F32 LLAgentCamera::getCameraMaxZoomDistance()
{
// Ignore "DisableCameraConstraints", we don't want to be out of draw range when we focus onto objects or avatars