diff options
author | McCabe Maxsted | 2010-03-12 16:11:02 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-03-13 01:29:04 -0600 |
commit | 2a907ba86d5bb6f45029e2de13624ed2aca3bb17 (patch) | |
tree | ec44bc70824f5097aa3398bf20c5268968d588ec /linden/indra/newview/llagent.cpp | |
parent | Changed the value for SpeedRezInterval from 20 seconds to 12 (diff) | |
download | meta-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.cpp | 2 |
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 | ||