diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-06-24 23:36:05 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-06-24 23:36:05 -0600 |
commit | eb8d0bed7b8b068231efc6c0c30b719b4c171c7f (patch) | |
tree | c3e3516ff27f5fb7ddac94eb9668e544d3a67c62 /indra/newview/llviewerobject.cpp | |
parent | 6bb64e79985f0b724dd5b07703666e307a54a98b (diff) |
fix for SH-4264: interesting: Content near edges of screen does not load
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rwxr-xr-x | indra/newview/llviewerobject.cpp | 5 |
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"); |