diff options
author | McCabe Maxsted | 2010-05-25 01:12:00 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:00 -0500 |
commit | 76d3248d34c605141ddd0b5e0463e636f8ba7bac (patch) | |
tree | a3bf99419e970d35e06ba61295009e6d2b130e5f /linden/indra/newview/llviewermenu.cpp | |
parent | Show names above the "look at" beacons. Ported from Emerald, full credit to t... (diff) | |
download | meta-impy-76d3248d34c605141ddd0b5e0463e636f8ba7bac.zip meta-impy-76d3248d34c605141ddd0b5e0463e636f8ba7bac.tar.gz meta-impy-76d3248d34c605141ddd0b5e0463e636f8ba7bac.tar.bz2 meta-impy-76d3248d34c605141ddd0b5e0463e636f8ba7bac.tar.xz |
Cleaned up the Emerald showlookat patch
Diffstat (limited to 'linden/indra/newview/llviewermenu.cpp')
-rw-r--r-- | linden/indra/newview/llviewermenu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp index 4acc71c..5172072 100644 --- a/linden/indra/newview/llviewermenu.cpp +++ b/linden/indra/newview/llviewermenu.cpp | |||
@@ -10072,6 +10072,7 @@ class LLAdvancedToggleShowLookAt : public view_listener_t | |||
10072 | bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) | 10072 | bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) |
10073 | { | 10073 | { |
10074 | LLHUDEffectLookAt::sDebugLookAt = !(LLHUDEffectLookAt::sDebugLookAt); | 10074 | LLHUDEffectLookAt::sDebugLookAt = !(LLHUDEffectLookAt::sDebugLookAt); |
10075 | gSavedSettings.setBOOL("PersistShowLookAt", LLHUDEffectLookAt::sDebugLookAt); | ||
10075 | return true; | 10076 | return true; |
10076 | } | 10077 | } |
10077 | }; | 10078 | }; |