diff options
| author | Richard Nelson <none@none> | 2010-06-23 16:50:06 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-06-23 16:50:06 -0700 |
| commit | 0aabcc81346390fe312bf03355744a6e13ab0927 (patch) | |
| tree | 0e1baa5ed6a7c0702837fd96aa305ab6428699db /indra/newview/llmorphview.cpp | |
| parent | af914e4ab666aad041aa17f6459d1ff834440b44 (diff) | |
EXT-7767 FIX Outfit editor doesn't appear to have a default camera view
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()) { |
