diff options
author | andreylproductengine <andreylproductengine@lindenlab.com> | 2014-04-03 19:37:52 +0300 |
---|---|---|
committer | andreylproductengine <andreylproductengine@lindenlab.com> | 2014-04-03 19:37:52 +0300 |
commit | 4c3c4e84b2e84ef6410443f765ab29666b359fd9 (patch) | |
tree | acd1b22fe8e04bc6c9e3f932804d4af900243dac /indra/newview | |
parent | f8a43c48150bb804a13c6964620cebdd98345282 (diff) |
MAINT-3870 FIXED The freelook animation never ends so the avatar never gets to the idle status...
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llviewerwindow.cpp | 2 |
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) { |