summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-06-28 19:30:19 +0100
committerGraham Linden <graham@lindenlab.com>2018-06-28 19:30:19 +0100
commit0aa2e5b1a36f917512c054414d97c5a4d3a4d544 (patch)
tree8282e67f3c4ff2bf3a8bb323853a758e13441639 /indra/llmath
parent524fbefd2a3b7c6955d5929d7d121ede2386c1df (diff)
Replace cache hit info in tex fetch debug display.
Silence launcher warning for devs. Work-around path gen deciding to gen NaNs for some flexi prims.
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/llvolume.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index 6b6cd65ce2..a34999b6fd 100644
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -2192,6 +2192,13 @@ BOOL LLVolume::generate()
LLVector4a* end_profile = profile+sizeT;
LLVector4a offset = mPathp->mPath[s].mPos;
+ // hack to work around MAINT-5660 for debug until we can suss out
+ // what is wrong with the path generated that inserts NaNs...
+ if (!offset.isFinite3())
+ {
+ offset.clear();
+ }
+
LLVector4a tmp;
// Run along the profile.