aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-03-12 16:11:02 -0700
committerJacek Antonelli2010-03-13 01:29:04 -0600
commit2a907ba86d5bb6f45029e2de13624ed2aca3bb17 (patch)
treeec44bc70824f5097aa3398bf20c5268968d588ec /linden/indra/newview/llagent.cpp
parentChanged the value for SpeedRezInterval from 20 seconds to 12 (diff)
downloadmeta-impy-2a907ba86d5bb6f45029e2de13624ed2aca3bb17.zip
meta-impy-2a907ba86d5bb6f45029e2de13624ed2aca3bb17.tar.gz
meta-impy-2a907ba86d5bb6f45029e2de13624ed2aca3bb17.tar.bz2
meta-impy-2a907ba86d5bb6f45029e2de13624ed2aca3bb17.tar.xz
VWR-2425: Pie menu remains after switch to Mouselook.
Patch by Kitty Barnett.
Diffstat (limited to 'linden/indra/newview/llagent.cpp')
-rw-r--r--linden/indra/newview/llagent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp
index f40a2e8..0a1bd98 100644
--- a/linden/indra/newview/llagent.cpp
+++ b/linden/indra/newview/llagent.cpp
@@ -4043,6 +4043,8 @@ void LLAgent::changeCameraToMouselook(BOOL animate)
4043 // visibility changes at end of animation 4043 // visibility changes at end of animation
4044 gViewerWindow->getWindow()->resetBusyCount(); 4044 gViewerWindow->getWindow()->resetBusyCount();
4045 4045
4046 LLMenuGL::sMenuContainer->hideMenus();
4047
4046 // unpause avatar animation 4048 // unpause avatar animation
4047 mPauseRequest = NULL; 4049 mPauseRequest = NULL;
4048 4050