summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-02-08 15:53:50 -0600
committerDave Parks <davep@lindenlab.com>2011-02-08 15:53:50 -0600
commita242129b571daa8c6137c79931e31f9d43422abc (patch)
treed435dd70a4c64c1fbff4628d16e954bc9c6bc26a /indra/llmath/llvolume.h
parent854a0fe1c0a5dccb86d5c4e492af78a311b447a8 (diff)
SH-523 Fix for non-finite values in silhouette rendering resulting in silhouette segments pointing at center of screen.
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r--indra/llmath/llvolume.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index 5bd65c2bf2..60b64b1285 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -986,7 +986,6 @@ public:
void generateSilhouetteVertices(std::vector<LLVector3> &vertices,
std::vector<LLVector3> &normals,
- std::vector<S32> &segments,
const LLVector3& view_vec,
const LLMatrix4& mat,
const LLMatrix3& norm_mat,