summaryrefslogtreecommitdiff
path: root/indra/newview/llagentcamera.h
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.h
parent382c1845012cc4e2be78a5a03334b4157a732349 (diff)
SL-12186 WIP Use appropriate offset names when saving presets
Diffstat (limited to 'indra/newview/llagentcamera.h')
-rw-r--r--indra/newview/llagentcamera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentcamera.h b/indra/newview/llagentcamera.h
index 294e81c2e1..5c8172bbfc 100644
--- a/indra/newview/llagentcamera.h
+++ b/indra/newview/llagentcamera.h
@@ -118,7 +118,9 @@ public:
LLVector3d getFocusOffsetInitial();
std::string getCameraOffsetCtrlName();
+ std::string getCameraOffsetCtrlName(ECameraPreset preset);
std::string getFocusOffsetCtrlName();
+ std::string getFocusOffsetCtrlName(ECameraPreset preset);
private:
/** Determines maximum camera distance from target for mouselook, opposite to LAND_MIN_ZOOM */
F32 getCameraMaxZoomDistance();