diff options
| author | Dessie Linden <dessie@lindenlab.com> | 2010-06-24 06:21:07 -0700 |
|---|---|---|
| committer | Dessie Linden <dessie@lindenlab.com> | 2010-06-24 06:21:07 -0700 |
| commit | f0318bf68ef01fcf011da97073b75c3ddc29414d (patch) | |
| tree | cb0d92ac008d354bdb92dd7ffe7e638d80b964be /indra/newview/llmorphview.cpp | |
| parent | 6c57abb295447f2b44eb833cb77fa718dc2b1118 (diff) | |
| parent | 8f892d0f36fda170a5cecf0aea89887d6d0e45ef (diff) | |
Merged from q/viewer-release
Diffstat (limited to 'indra/newview/llmorphview.cpp')
| -rw-r--r-- | indra/newview/llmorphview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llmorphview.cpp b/indra/newview/llmorphview.cpp index 4c28e98e62..61fc932bab 100644 --- a/indra/newview/llmorphview.cpp +++ b/indra/newview/llmorphview.cpp @@ -75,7 +75,6 @@ LLMorphView::LLMorphView(const LLMorphView::Params& p) mOldCameraNearClip( 0.f ), mCameraPitch( 0.f ), mCameraYaw( 0.f ), - mCameraDist( -1.f ), mCameraDrivenByKeys( FALSE ) {} @@ -86,7 +85,6 @@ void LLMorphView::initialize() { mCameraPitch = 0.f; mCameraYaw = 0.f; - mCameraDist = -1.f; if (!isAgentAvatarValid() || gAgentAvatarp->isDead()) { |
