summaryrefslogtreecommitdiff
path: root/indra/newview/llvograss.cpp
diff options
context:
space:
mode:
authorKarl Stiefvater (qarl) <qarl@lindenlab.com>2010-05-24 17:19:07 -0500
committerKarl Stiefvater (qarl) <qarl@lindenlab.com>2010-05-24 17:19:07 -0500
commit9d72930328a3a7c193bd2e834d1d1ade91210e55 (patch)
treeef6db66f19b3a141aaa4f742c9b4469f954c3d0d /indra/newview/llvograss.cpp
parent62059a05cfa2b4b08fde13122997bd2a7ebbbc67 (diff)
fix osx build.
Diffstat (limited to 'indra/newview/llvograss.cpp')
-rw-r--r--indra/newview/llvograss.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvograss.cpp b/indra/newview/llvograss.cpp
index edb97eef24..b40e6af496 100644
--- a/indra/newview/llvograss.cpp
+++ b/indra/newview/llvograss.cpp
@@ -596,7 +596,7 @@ BOOL LLVOGrass::lineSegmentIntersect(const LLVector3& start, const LLVector3& en
LLVector3 v[4];
// LLVector3 n[4]; // unused!
- F32 closest_t = 1.f;
+ // F32 closest_t = 1.f; // unused!
for (S32 i = 0; i < mNumBlades; i++)
{