diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llfloatermap.cpp | 4 |
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 | { |