diff options
| author | Mike Antipov <mantipov@productengine.com> | 2010-06-24 11:20:51 +0300 |
|---|---|---|
| committer | Mike Antipov <mantipov@productengine.com> | 2010-06-24 11:20:51 +0300 |
| commit | 82167627ee4999c1485fa5389011a48a07934cc8 (patch) | |
| tree | 599f460825368dd5f6930de7189d90c4d257d38f /indra/newview/llmorphview.cpp | |
| parent | 9aad53a4370b7647e4f907be7c3dc908906491b9 (diff) | |
| parent | 6fbfb03358f4f3077c698afa183d4f21682de93b (diff) | |
Merge with default branche.
--HG--
branch : product-engine
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()) { |
