summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-06-24 23:36:05 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-06-24 23:36:05 -0600
commiteb8d0bed7b8b068231efc6c0c30b719b4c171c7f (patch)
treec3e3516ff27f5fb7ddac94eb9668e544d3a67c62 /indra/newview/llviewerobject.cpp
parent6bb64e79985f0b724dd5b07703666e307a54a98b (diff)
fix for SH-4264: interesting: Content near edges of screen does not load
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rwxr-xr-xindra/newview/llviewerobject.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 5ae08a8b9e..4e514ddfd1 100755
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -1026,11 +1026,6 @@ U32 LLViewerObject::extractSpatialExtents(LLDataPackerBinaryBuffer *dp, LLVector
{
U32 parent_id = 0;
LLViewerObject::unpackParentID(dp, parent_id);
- if(parent_id > 0)
- {
- //is a child, no need to decode further.
- return parent_id;
- }
LLViewerObject::unpackVector3(dp, scale, "Scale");
LLViewerObject::unpackVector3(dp, pos, "Pos");