diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 13:56:53 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 13:56:53 -0800 |
commit | f7f4dae3d82d8ea97f60170c3468fa622639a6ad (patch) | |
tree | 22b9b5cb79f5454f8ac5675bc632858430eed5c0 /indra/llmath | |
parent | e998513aa5e0aad186a16518e1d693fd2b3cf2b7 (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.h | 1 |
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]; } } |