summaryrefslogtreecommitdiff
path: root/indra/llmath/lloctree.h
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-08-27 10:26:31 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-08-27 10:26:31 -0400
commitd8fd52341a2ff47c6f929540628f2f0017c8b185 (patch)
treee16c3b054c648bf49c4fb7fb99a398f86acd1000 /indra/llmath/lloctree.h
parent771195865c4fb336f573025e9a7a22313bfb6cb8 (diff)
parent2192d13e2642944e78bcb2dcdc192f5c561c35b2 (diff)
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/llmath/lloctree.h')
-rw-r--r--indra/llmath/lloctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h
index 432e9fbcd8..73910ef98d 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -206,7 +206,7 @@ public:
{
const LLVector4a& pos = data->getPositionGroup();
- LLVector4a gt = pos.greaterThan(center);
+ LLVector4Logical gt = pos.greaterThan(center);
LLVector4a up;
up = _mm_and_ps(size, gt);