aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudeffectlookat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llhudeffectlookat.cpp')
-rw-r--r--linden/indra/newview/llhudeffectlookat.cpp2
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//-----------------------------------------------------------------------------
588void LLHUDEffectLookAt::update() 588void 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 {