diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-09-09 17:57:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 17:57:49 +0300 |
commit | f3f3f99fcf28dde7bb0e9dc7459be12beb1dfe16 (patch) | |
tree | d6f864dd58a6f44a7f59fb953df3c480262fe484 /indra/newview/llworldmapview.h | |
parent | 71c46bc6299ee27191b5a4610d066ace593f0fca (diff) | |
parent | 782facee39a62567d958ad85c42cb4c43de603ab (diff) |
Merge pull request #2527 from secondlife/maxim/viewer_2473
Reduce 'World map' floater draw time
Diffstat (limited to 'indra/newview/llworldmapview.h')
-rw-r--r-- | indra/newview/llworldmapview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llworldmapview.h b/indra/newview/llworldmapview.h index ebc9c6d738..d4857113f2 100644 --- a/indra/newview/llworldmapview.h +++ b/indra/newview/llworldmapview.h @@ -210,6 +210,7 @@ private: F32 mMapScale; F32 mTargetMapScale; + F32 mMapRatio; static F32 sMapScaleSetting; static LLVector2 sZoomPivot; static LLFrameTimer sZoomTimer; |