diff options
author | Dave Parks <davep@lindenlab.com> | 2011-05-30 01:53:56 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-05-30 01:53:56 -0500 |
commit | 504e0a2522ec2fbe1ce17f9d29c42c1936cb0e79 (patch) | |
tree | 98a4bc9ba6bac636dabad1fdbed86bcea771861f /indra | |
parent | 89473b2dc3ecfa8b813268833edddb5b0abd317d (diff) |
unused variable
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 713724cf46..ed6edbb65b 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -1223,7 +1223,7 @@ BOOL LLVOVolume::calcLOD() } //hold onto unmodified distance for debugging - F32 debug_distance = distance; + //F32 debug_distance = distance; distance *= sDistanceFactor; |