summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreylproductengine <andreylproductengine@lindenlab.com>2014-04-03 19:37:52 +0300
committerandreylproductengine <andreylproductengine@lindenlab.com>2014-04-03 19:37:52 +0300
commit41d8db0d3e0c519fd59719894592f57b8594bf15 (patch)
tree1a8c5370005d329755c522e97d326b3b70fed0ae
parent93f7ac98b640c3bff13a87992f928122ee69201c (diff)
MAINT-3870 FIXED The freelook animation never ends so the avatar never gets to the idle status...
-rwxr-xr-xindra/newview/llviewerwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index f2b5ef54fd..609d2b47f2 100755
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -3241,6 +3241,8 @@ void LLViewerWindow::updateUI()
updateLayout();
+ saveLastMouse(mCurrentMousePoint);
+
// cleanup unused selections when no modal dialogs are open
if (LLModalDialog::activeCount() == 0)
{