summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r--indra/newview/llface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index 6c00874982..280abcd541 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -915,7 +915,7 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume,
LLVector2 tmin, tmax;
const LLTextureEntry *tep = mVObjp->getTE(f);
- U8 bump_code = tep ? bump_code = tep->getBumpmap() : 0;
+ U8 bump_code = tep ? tep->getBumpmap() : 0;
if (rebuild_tcoord)
{