aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatertools.cpp')
-rw-r--r--linden/indra/newview/llfloatertools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertools.cpp b/linden/indra/newview/llfloatertools.cpp
index ec0d46a..97a8db3 100644
--- a/linden/indra/newview/llfloatertools.cpp
+++ b/linden/indra/newview/llfloatertools.cpp
@@ -770,7 +770,7 @@ void LLFloaterTools::onClose(bool app_quitting)
770 setVisible(FALSE); 770 setVisible(FALSE);
771 mTab->setVisible(FALSE); 771 mTab->setVisible(FALSE);
772 772
773 LLViewerJoystick::getInstance()->moveAvatar(true); 773 LLViewerJoystick::getInstance()->moveAvatar(false);
774 774
775 // Different from handle_reset_view in that it doesn't actually 775 // Different from handle_reset_view in that it doesn't actually
776 // move the camera if EditCameraMovement is not set. 776 // move the camera if EditCameraMovement is not set.