aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterworldmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterworldmap.cpp')
-rw-r--r--linden/indra/newview/llfloaterworldmap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterworldmap.cpp b/linden/indra/newview/llfloaterworldmap.cpp
index 4f678c5..781cf4d 100644
--- a/linden/indra/newview/llfloaterworldmap.cpp
+++ b/linden/indra/newview/llfloaterworldmap.cpp
@@ -247,8 +247,8 @@ BOOL LLFloaterWorldMap::postBuild()
247 childSetAction("Clear", onClearBtn, this); 247 childSetAction("Clear", onClearBtn, this);
248 childSetAction("copy_slurl", onCopySLURL, this); 248 childSetAction("copy_slurl", onCopySLURL, this);
249 249
250 mCurZoomVal = log(gMapScale)/log(2.f); 250 mCurZoomVal = log(LLWorldMapView::sMapScale)/log(2.f);
251 childSetValue("zoom slider", gMapScale); 251 childSetValue("zoom slider", LLWorldMapView::sMapScale);
252 252
253 setDefaultBtn(NULL); 253 setDefaultBtn(NULL);
254 254