aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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