summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-05-25 18:45:41 -0500
committerDave Parks <davep@lindenlab.com>2011-05-25 18:45:41 -0500
commit9b3a9beb40885aca65abb6363a8d7897fae4269c (patch)
treed9b9b35d07b601840e8b99bce25a5a0a9d0fa6da /indra/newview/llface.cpp
parent7cf1d0714bbdce1e7e7f88e12607e28a2f441e91 (diff)
parent3a409e6edc95ddee8ea0ff88f8388a8aa840d871 (diff)
merge
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r--indra/newview/llface.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 5398c13c44..9f9e50ad0a 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -364,14 +364,7 @@ void LLFace::setSize(S32 num_vertices, S32 num_indices, bool align)
//allocate vertices in blocks of 4 for alignment
num_vertices = (num_vertices + 0x3) & ~0x3;
}
- else
- {
- if (mDrawablep->getVOVolume())
- {
- llerrs << "WTF?" << llendl;
- }
- }
-
+
if (mGeomCount != num_vertices ||
mIndicesCount != num_indices)
{