Use correct debug setting for private point at. From Ansariel Hiller, fixes FIRE-949.

master
Tonya Souther 2011-04-24 12:59:42 -05:00
parent 6f0c3bebec
commit bd2eaeb7f9
1 changed files with 1 additions and 1 deletions

View File

@ -2767,7 +2767,7 @@ BOOL LLAgentCamera::setPointAt(EPointAtType target_type, LLViewerObject *object,
{
// disallow pointing at attachments and avatars
//this is the editing arm motion
static LLCachedControl<bool> private_pointat(gSavedSettings, "PrivateLookAtTarget", false);
static LLCachedControl<bool> private_pointat(gSavedSettings, "PrivatePointAtTarget", false);
if (object && (object->isAttachment() || object->isAvatar() || private_pointat))
{
return FALSE;