summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-05-26 14:55:29 -0500
committerDave Parks <davep@lindenlab.com>2010-05-26 14:55:29 -0500
commitbac3623e26d62f6e1eb3c6be1f5fcfcf69a0e714 (patch)
treeca850de918a3810904eb556c91de0d48c12649d4 /indra/newview/llvovolume.cpp
parent9008bd8bb4359aed46ea62f363c208802f48dc6d (diff)
Faster index buffer copying.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index c03ec67c79..a9f3abeef8 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -3354,7 +3354,6 @@ void LLVolumeGeometryManager::registerFace(LLSpatialGroup* group, LLFace* facep,
model_mat = &(drawable->getRegion()->mRenderMatrix);
}
-
U8 bump = (type == LLRenderPass::PASS_BUMP || type == LLRenderPass::PASS_POST_BUMP) ? facep->getTextureEntry()->getBumpmap() : 0;
LLViewerTexture* tex = facep->getTexture();