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/llhudeffectlookat.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/llhudeffectlookat.cpp')
-rw-r--r-- | linden/indra/newview/llhudeffectlookat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llhudeffectlookat.cpp b/linden/indra/newview/llhudeffectlookat.cpp index 99328f1..7de5f14 100644 --- a/linden/indra/newview/llhudeffectlookat.cpp +++ b/linden/indra/newview/llhudeffectlookat.cpp | |||
@@ -587,8 +587,6 @@ void LLHUDEffectLookAt::render() | |||
587 | //----------------------------------------------------------------------------- | 587 | //----------------------------------------------------------------------------- |
588 | void LLHUDEffectLookAt::update() | 588 | void LLHUDEffectLookAt::update() |
589 | { | 589 | { |
590 | LLHUDEffectLookAt::sDebugLookAt = gSavedSettings.getBOOL("PersistShowLookAt"); | ||
591 | |||
592 | // If the target object is dead, set the target object to NULL | 590 | // If the target object is dead, set the target object to NULL |
593 | if (!mTargetObject.isNull() && mTargetObject->isDead()) | 591 | if (!mTargetObject.isNull() && mTargetObject->isDead()) |
594 | { | 592 | { |