diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-25 12:17:33 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-25 12:17:33 +0100 |
commit | 4c257db33b643a1bd662fd0ff8729fcf8aceb14b (patch) | |
tree | db30eb07a559a11914039ec4ad23f966a154a67f /indra/newview/llvograss.cpp | |
parent | ccdefb25aca3c6e940a471b28146cc62a6018f01 (diff) |
fix another gcc whine.
Diffstat (limited to 'indra/newview/llvograss.cpp')
-rw-r--r-- | indra/newview/llvograss.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvograss.cpp b/indra/newview/llvograss.cpp index d2842fd62c..91c9b762c5 100644 --- a/indra/newview/llvograss.cpp +++ b/indra/newview/llvograss.cpp @@ -594,7 +594,7 @@ BOOL LLVOGrass::lineSegmentIntersect(const LLVector3& start, const LLVector3& en LLVector2 tc[4]; LLVector3 v[4]; - LLVector3 n[4]; + //LLVector3 n[4]; F32 closest_t = 1.f; |