summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-09-22 16:39:41 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-09-22 16:39:41 -0400
commit0c505b83591213091b6662dfdcd39ef797578923 (patch)
tree65a86c27ca5bde84bca87c84a90ae6cb6bb896e3 /indra/llmath
parent12e72e3736457d70f89faa74b81dec50faef65fa (diff)
parent6d8e9cd8bde57bd033beeb9610f7094c19655ed1 (diff)
merge
Diffstat (limited to 'indra/llmath')
-rwxr-xr-xindra/llmath/llvolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index 1a24e0fbe9..1f15d5465c 100755
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -6206,7 +6206,7 @@ void LLVolumeFace::pushVertex(const LLVector4a& pos, const LLVector4a& norm, con
{
S32 new_verts = mNumVertices+1;
S32 new_size = new_verts*16;
- S32 old_size = mNumVertices*16;
+// S32 old_size = mNumVertices*16;
//positions
mPositions = (LLVector4a*) realloc(mPositions, new_size);