summaryrefslogtreecommitdiff
path: root/indra/llmath/lloctree.h
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-09-01 11:00:08 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-09-01 11:00:08 -0400
commitce3e83270606b064afbe77d8f8a8d268cfa3772a (patch)
tree87275407e8cadc8adbc147b6a06a289bf896ad9f /indra/llmath/lloctree.h
parentaf3f9004ef486f9eed14eb65ee3c95d1e9a22917 (diff)
parente3fec30097a28689a7022d06005d7d59a3004f0c (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);