From cc9f6b7b7b672f45300358aa640389d5f3545393 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Fri, 24 Jan 2014 05:51:26 +0100 Subject: [PATCH] Fitted mesh fixup: change in llvoavatar.cpp enabled extra information for avatar look at targets which is not something users expect, disabling for now --- indra/newview/llhudeffectlookat.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/newview/llhudeffectlookat.cpp b/indra/newview/llhudeffectlookat.cpp index 2a180897b..eef650101 100644 --- a/indra/newview/llhudeffectlookat.cpp +++ b/indra/newview/llhudeffectlookat.cpp @@ -619,10 +619,14 @@ void LLHUDEffectLookAt::update() } } + // Singu note: this displays extra information for look at targets. Due to the bug in llvoavatar.cpp + // it was never displayed before and is not something users exect: turning it off for now +#if 0 if (show_look_at) { ((LLVOAvatar*)(LLViewerObject*)mSourceObject)->addDebugText((*mAttentions)[mTargetType].mName); } +#endif } /**