diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-07-18 23:50:50 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-07-18 23:50:50 -0500 |
| commit | 7ef1550fbb01acfb0cba0e849f1933462612784a (patch) | |
| tree | dde820baa0134031d46b0c117ad34545d9e8cfe9 /indra/newview/llagentcamera.cpp | |
| parent | 4dc0850da7469906e5ad052da71830b05005295b (diff) | |
| parent | e8b71e0585ab126f9e77da93d6830a1a73a7aa92 (diff) | |
merge
Diffstat (limited to 'indra/newview/llagentcamera.cpp')
| -rw-r--r-- | indra/newview/llagentcamera.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp index c30d3b9aa3..f195c985c0 100644 --- a/indra/newview/llagentcamera.cpp +++ b/indra/newview/llagentcamera.cpp @@ -393,8 +393,6 @@ LLVector3 LLAgentCamera::calcFocusOffset(LLViewerObject *object, LLVector3 origi LLQuaternion inv_obj_rot = ~obj_rot; // get inverse of rotation LLVector3 object_extents = object->getScale(); - const LLVector4a* oe4 = object->mDrawable->getSpatialExtents(); - object_extents.set( oe4[1][0], oe4[1][1], oe4[1][2] ); // make sure they object extents are non-zero object_extents.clamp(0.001f, F32_MAX); |
