diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-26 18:09:24 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-26 18:09:24 -0400 |
commit | 2192d13e2642944e78bcb2dcdc192f5c561c35b2 (patch) | |
tree | 89c3e3e235c0f24633b341cf536138e39509029a /indra/llmath/lloctree.h | |
parent | 8a67b31d6a775ef87d29e2c3e22e30368adf59b0 (diff) | |
parent | 1eeeada0f7c20f190032daa651f884a4a1525df1 (diff) |
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/llmath/lloctree.h')
-rw-r--r-- | indra/llmath/lloctree.h | 2 |
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); |