diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-09-09 14:26:00 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-09-09 14:26:00 +0300 |
commit | 782facee39a62567d958ad85c42cb4c43de603ab (patch) | |
tree | b6d37c12f2b0afcad669e467dc78718fd38ca6fb /indra/newview/llworldmapview.h | |
parent | 2b7b81fbdbaaaa8698828af9529f9693692da2a2 (diff) |
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; |