diff options
author | thickbrick | 2011-05-13 18:50:40 +0300 |
---|---|---|
committer | thickbrick | 2011-05-13 18:50:40 +0300 |
commit | 8a2232bda799babc38552df3be27343166a15c5e (patch) | |
tree | 7ceee7d0d7cb93f0b7a18750779b72574b229697 /linden/indra/newview/llface.cpp | |
parent | Bumped version to 1.4.0 beta 1. (diff) | |
download | meta-impy-8a2232bda799babc38552df3be27343166a15c5e.zip meta-impy-8a2232bda799babc38552df3be27343166a15c5e.tar.gz meta-impy-8a2232bda799babc38552df3be27343166a15c5e.tar.bz2 meta-impy-8a2232bda799babc38552df3be27343166a15c5e.tar.xz |
Refix #772: Rebuild all volumes that use a sculpt image when that image has more data
Previous fix was lost in merge of 8431725c0bf08da2b909cefe2f3ecfb43a2aecad
Diffstat (limited to 'linden/indra/newview/llface.cpp')
-rw-r--r-- | linden/indra/newview/llface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llface.cpp b/linden/indra/newview/llface.cpp index aa8cd15..cf681fa 100644 --- a/linden/indra/newview/llface.cpp +++ b/linden/indra/newview/llface.cpp | |||
@@ -159,6 +159,7 @@ void LLFace::init(LLDrawable* drawablep, LLViewerObject* objp) | |||
159 | mIndicesIndex = 0; | 159 | mIndicesIndex = 0; |
160 | mTexture = NULL; | 160 | mTexture = NULL; |
161 | mTEOffset = -1; | 161 | mTEOffset = -1; |
162 | mIndexInTex = 0; | ||
162 | 163 | ||
163 | setDrawable(drawablep); | 164 | setDrawable(drawablep); |
164 | mVObjp = objp; | 165 | mVObjp = objp; |