summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-15 10:22:42 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-15 10:22:42 +0100
commit10905a7ed1d650c63f596d0e4511494864b68cd3 (patch)
treeb8a5fa798a8907669832b4cedad682804b6db08b /indra/newview/llface.cpp
parent1497a375535e4a79a876af58b9a3f6f3651ba55b (diff)
parentfcb36144dd78d0fa9cacc6fd6e036846493ea2a2 (diff)
merge from viewer-hotfix
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r--indra/newview/llface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 9de69a8173..a1336815f7 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -867,7 +867,6 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume,
const LLMatrix4& mat_vert, const LLMatrix3& mat_normal,
const U16 &index_offset)
{
- llpushcallstacks ;
const LLVolumeFace &vf = volume.getVolumeFace(f);
S32 num_vertices = (S32)vf.mVertices.size();
S32 num_indices = LLPipeline::sUseTriStrips ? (S32)vf.mTriStrip.size() : (S32) vf.mIndices.size();