diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 16:45:42 -0800 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 16:45:42 -0800 | 
| commit | 8bf32990fcb2426a9d177da6db631a0eda2d3219 (patch) | |
| tree | 41cc2b1fe5856be5f8032ca75624a68728d2750a | |
| parent | f2e202e6a4bd033e3d9aad3197f5aa491076245b (diff) | |
CID-367
 Checker: UNINIT_CTOR
Function: LLFace::LLFace(LLDrawable *, LLViewerObject *)
File: /indra/newview/llface.h
| -rw-r--r-- | indra/newview/llface.cpp | 1 | 
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; | 
