diff options
| author | Richard Nelson <none@none> | 2010-06-23 18:34:59 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-06-23 18:34:59 -0700 |
| commit | 6fbfb03358f4f3077c698afa183d4f21682de93b (patch) | |
| tree | 85790ac6a7d83c2a6aab0186395eed10c41bd70c /indra/newview/llmorphview.cpp | |
| parent | ceb226fffb3812d315a26ebcc1f5094fdc0b8b42 (diff) | |
| parent | 6dd35018d2f7aa84973b8e7ff743e8de6454f01c (diff) | |
merge
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()) { |
