diff options
Diffstat (limited to 'indra')
| -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); -                    }                  }              }          }  | 
