summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-27 13:56:53 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-27 13:56:53 -0800
commitf7f4dae3d82d8ea97f60170c3468fa622639a6ad (patch)
tree22b9b5cb79f5454f8ac5675bc632858430eed5c0 /indra/llmath
parente998513aa5e0aad186a16518e1d693fd2b3cf2b7 (diff)
CID-127
Checker: NO_EFFECT Function: LLOctreeNode<LLDrawable>::updateMinMax() File: /indra/llmath/lloctree.h
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/lloctree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h
index ba8776690a..2f34fb1bb0 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -183,7 +183,6 @@ public:
{
mMax.mdV[i] = mCenter.mdV[i] + mSize.mdV[i];
mMin.mdV[i] = mCenter.mdV[i] - mSize.mdV[i];
- mCenter.mdV[i] = mCenter.mdV[i];
}
}