Fitted mesh fixup: change in llvoavatar.cpp enabled extra information

for avatar look at targets which is not something users expect, disabling for now
This commit is contained in:
Latif Khalifa
2014-01-24 05:51:26 +01:00
parent e3c91a3ba1
commit cc9f6b7b7b

View File

@@ -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
}
/**