diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llhudeffectlookat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudeffectlookat.cpp b/linden/indra/newview/llhudeffectlookat.cpp index b18fc62..00bff21 100644 --- a/linden/indra/newview/llhudeffectlookat.cpp +++ b/linden/indra/newview/llhudeffectlookat.cpp | |||
@@ -553,6 +553,8 @@ void LLHUDEffectLookAt::render() | |||
553 | //----------------------------------------------------------------------------- | 553 | //----------------------------------------------------------------------------- |
554 | void LLHUDEffectLookAt::update() | 554 | void LLHUDEffectLookAt::update() |
555 | { | 555 | { |
556 | LLHUDEffectLookAt::sDebugLookAt = gSavedSettings.getBOOL("PersistShowLookAt"); | ||
557 | |||
556 | // If the target object is dead, set the target object to NULL | 558 | // If the target object is dead, set the target object to NULL |
557 | if (!mTargetObject.isNull() && mTargetObject->isDead()) | 559 | if (!mTargetObject.isNull() && mTargetObject->isDead()) |
558 | { | 560 | { |