diff options
| author | William Todd Stinson <stinson@lindenlab.com> | 2012-09-25 16:51:28 -0700 |
|---|---|---|
| committer | William Todd Stinson <stinson@lindenlab.com> | 2012-09-25 16:51:28 -0700 |
| commit | 79deb8c73562301f1bc6cb38167e0da751920b61 (patch) | |
| tree | f4a5516746aa204dbbc3fd0c57354448c617cabe /indra/newview/llface.cpp | |
| parent | ae10e78d978360871556b1cee615cd79ef381184 (diff) | |
| parent | cb5a0a5686799ec834f16a0bc273d24f62140753 (diff) | |
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/newview/llface.cpp')
| -rwxr-xr-x[-rw-r--r--] | indra/newview/llface.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 4a0c94df33..188f943f13 100644..100755 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -166,7 +166,8 @@ void LLFace::init(LLDrawable* drawablep, LLViewerObject* objp) //special value to indicate uninitialized position mIndicesIndex = 0xFFFFFFFF; - + + mIndexInTex = 0; mTexture = NULL; mTEOffset = -1; mTextureIndex = 255; |
