summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-27 16:45:42 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-27 16:45:42 -0800
commit8bf32990fcb2426a9d177da6db631a0eda2d3219 (patch)
tree41cc2b1fe5856be5f8032ca75624a68728d2750a /indra
parentf2e202e6a4bd033e3d9aad3197f5aa491076245b (diff)
CID-367
Checker: UNINIT_CTOR Function: LLFace::LLFace(LLDrawable *, LLViewerObject *) File: /indra/newview/llface.h
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index eef774426a..965ac1cad0 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -157,6 +157,7 @@ void LLFace::init(LLDrawable* drawablep, LLViewerObject* objp)
mGeomIndex = 0;
mIndicesCount = 0;
mIndicesIndex = 0;
+ mIndexInTex = 0;
mTexture = NULL;
mTEOffset = -1;