diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llagent.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp index 18475c6..e0fde62 100644 --- a/linden/indra/newview/llagent.cpp +++ b/linden/indra/newview/llagent.cpp | |||
@@ -2875,6 +2875,10 @@ static const LLFloaterView::skip_list_t& get_skip_list() | |||
2875 | { | 2875 | { |
2876 | static LLFloaterView::skip_list_t skip_list; | 2876 | static LLFloaterView::skip_list_t skip_list; |
2877 | skip_list.insert(LLFloaterMap::getInstance()); | 2877 | skip_list.insert(LLFloaterMap::getInstance()); |
2878 | if(gSavedSettings.getBOOL("ShowStatusBarInMouselook")) | ||
2879 | { | ||
2880 | skip_list.insert(LLFloaterStats::getInstance()); | ||
2881 | } | ||
2878 | return skip_list; | 2882 | return skip_list; |
2879 | } | 2883 | } |
2880 | 2884 | ||