summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.cpp
diff options
context:
space:
mode:
authorMelinda Green <melinda@lindenlab.com>2007-07-31 22:01:05 +0000
committerMelinda Green <melinda@lindenlab.com>2007-07-31 22:01:05 +0000
commita8ee4f5787160063ed996024bf77c202779b4ee9 (patch)
tree7fe3db1c38801daad071014c40f2970ab5f93ff5 /indra/newview/lltoolpie.cpp
parentedaad2720131ab9c920ba5a8f03406e1a094981e (diff)
svn merge -r 64468:66735 svn+ssh://svn/svn/linden/branches/lookatyou/indra/newview > release/indra/newview
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r--indra/newview/lltoolpie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp
index 5b17848a4c..e9b0d29cd4 100644
--- a/indra/newview/lltoolpie.cpp
+++ b/indra/newview/lltoolpie.cpp
@@ -531,9 +531,9 @@ BOOL LLToolPie::handleMouseUp(S32 x, S32 y, MASK mask)
break;
}
}
-
mGrabMouseButtonDown = FALSE;
gToolMgr->clearTransientTool();
+ gAgent.setLookAt(LOOKAT_TARGET_CONVERSATION, obj); // maybe look at object/person clicked on
return LLTool::handleMouseUp(x, y, mask);
}