diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-07-02 16:52:21 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-07-02 16:52:21 +0300 |
commit | dbb613a2d88fda507b7e3ac46e938f4258a70ec8 (patch) | |
tree | f6c14ffef7a0093e27a5c36eeb71f4435b45435b /indra/newview/llagentcamera.h | |
parent | 8c54233ef9d83ea7f920084f94707d64653e33f7 (diff) |
SL-11456 Allow scaling of HUD attachments
Diffstat (limited to 'indra/newview/llagentcamera.h')
-rw-r--r-- | indra/newview/llagentcamera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentcamera.h b/indra/newview/llagentcamera.h index d087de1e2f..a4bc8434b0 100644 --- a/indra/newview/llagentcamera.h +++ b/indra/newview/llagentcamera.h @@ -266,6 +266,7 @@ public: F32 getCameraZoomFraction(); // Get camera zoom as fraction of minimum and maximum zoom void setCameraZoomFraction(F32 fraction); // Set camera zoom as fraction of minimum and maximum zoom F32 calcCameraFOVZoomFactor(); + F32 getAgentHUDTargetZoom(); //-------------------------------------------------------------------- // Pan |