diff options
| author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-01 11:00:08 -0400 |
|---|---|---|
| committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-01 11:00:08 -0400 |
| commit | ce3e83270606b064afbe77d8f8a8d268cfa3772a (patch) | |
| tree | 87275407e8cadc8adbc147b6a06a289bf896ad9f /indra/llmath/lloctree.h | |
| parent | af3f9004ef486f9eed14eb65ee3c95d1e9a22917 (diff) | |
| parent | e3fec30097a28689a7022d06005d7d59a3004f0c (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); |
