diff options
author | Jacek Antonelli | 2008-08-15 23:45:48 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:48 -0500 |
commit | 32b59b5609706d574e2e3b9ff6162d35f6d7781c (patch) | |
tree | 340ae6f090700b109f2ced1c41b8fb274a215bd3 /linden/indra/newview/llfloatertools.cpp | |
parent | Second Life viewer sources 1.20.4 (diff) | |
download | meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.zip meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.gz meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.bz2 meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.xz |
Second Life viewer sources 1.20.5
Diffstat (limited to 'linden/indra/newview/llfloatertools.cpp')
-rw-r--r-- | linden/indra/newview/llfloatertools.cpp | 2 |
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. |