diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-10-15 20:38:08 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-10-15 20:38:08 +0300 |
commit | 7a90e71adf230f24c930a97140c19bc26f2bdcc6 (patch) | |
tree | 49bce9ced0e51d9fd4a3a93fc8c18286b0244246 /indra/newview/llvoavatar.cpp | |
parent | 12baf7587822bd6cd15885c45e973d0b7f9dceb4 (diff) | |
parent | 885c56a660343beb796a74fb21cc624d0e57d2ef (diff) |
Downstream merge from lindenlab/viewer-manul
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index f861c0cecf..a974c66ee4 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7331,13 +7331,6 @@ void LLVOAvatar::sitOnObject(LLViewerObject *sit_object) if (root_object == sit_object) { LLFloaterTools::sPreviousFocusOnAvatar = true; - if (!gSavedSettings.getBOOL("EditCameraMovement")) - { - // always freeze camera in space, even if camera doesn't move - // so, for example, follow cam scripts can't affect you when in build mode - gAgentCamera.setFocusGlobal(gAgentCamera.calcFocusPositionTargetGlobal(), LLUUID::null); - gAgentCamera.setFocusOnAvatar(FALSE, ANIMATE); - } } } } |