diff options
Diffstat (limited to 'linden/indra/newview/lltoolpie.cpp')
-rw-r--r-- | linden/indra/newview/lltoolpie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolpie.cpp b/linden/indra/newview/lltoolpie.cpp index 0e3a5fe..0aa7d10 100644 --- a/linden/indra/newview/lltoolpie.cpp +++ b/linden/indra/newview/lltoolpie.cpp | |||
@@ -551,9 +551,9 @@ BOOL LLToolPie::handleMouseUp(S32 x, S32 y, MASK mask) | |||
551 | break; | 551 | break; |
552 | } | 552 | } |
553 | } | 553 | } |
554 | |||
555 | mGrabMouseButtonDown = FALSE; | 554 | mGrabMouseButtonDown = FALSE; |
556 | gToolMgr->clearTransientTool(); | 555 | gToolMgr->clearTransientTool(); |
556 | gAgent.setLookAt(LOOKAT_TARGET_CONVERSATION, obj); // maybe look at object/person clicked on | ||
557 | return LLTool::handleMouseUp(x, y, mask); | 557 | return LLTool::handleMouseUp(x, y, mask); |
558 | } | 558 | } |
559 | 559 | ||