diff options
author | McCabe Maxsted | 2010-05-23 03:51:41 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:42:57 -0500 |
commit | a5e83f15043fe31c3a77fcf07d6d29650fa7fb29 (patch) | |
tree | e976179a2b517bf6ce798aeda78f656a6a64f5ed /linden/indra | |
parent | Replace some puncuation and spaces with '-' in the test version (diff) | |
download | meta-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.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 | { |