aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-05-23 03:51:41 -0700
committerJacek Antonelli2010-06-19 02:42:57 -0500
commita5e83f15043fe31c3a77fcf07d6d29650fa7fb29 (patch)
treee976179a2b517bf6ce798aeda78f656a6a64f5ed /linden/indra
parentReplace some puncuation and spaces with '-' in the test version (diff)
downloadmeta-impy-a5e83f15043fe31c3a77fcf07d6d29650fa7fb29.zip
meta-impy-a5e83f15043fe31c3a77fcf07d6d29650fa7fb29.tar.gz
meta-impy-a5e83f15043fe31c3a77fcf07d6d29650fa7fb29.tar.bz2
meta-impy-a5e83f15043fe31c3a77fcf07d6d29650fa7fb29.tar.xz
Fixed mini-map not showing in mouselook
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/llfloatermap.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatermap.cpp b/linden/indra/newview/llfloatermap.cpp
index b7ef884..74e5b32 100644
--- a/linden/indra/newview/llfloatermap.cpp
+++ b/linden/indra/newview/llfloatermap.cpp
@@ -140,6 +140,10 @@ void LLFloaterMap::draw()
140 getDragHandle()->setMouseOpaque(FALSE); 140 getDragHandle()->setMouseOpaque(FALSE);
141 141
142 drawChild(mPanelMap); 142 drawChild(mPanelMap);
143 if (gSavedSettings.getBOOL("ShowMiniMapRadar"))
144 {
145 drawChild(mPanelRadar);
146 }
143 } 147 }
144 else 148 else
145 { 149 {