diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2009-10-30 21:34:52 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2009-10-30 21:34:52 -0600 |
commit | 4e1cde2e39cec8bca60faa65045a2055dd41efbf (patch) | |
tree | 1eb86813fdc2c90646254ac670f70e5ddd019b34 /indra/newview/llflexibleobject.cpp | |
parent | a857fe1d82c82dfbebbcf1102f0f5ad06a396d60 (diff) | |
parent | 01d06db0154e0cfc43c82664c6bf6129a3fa4883 (diff) |
merge
Diffstat (limited to 'indra/newview/llflexibleobject.cpp')
-rw-r--r-- | indra/newview/llflexibleobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp index 216bca8262..fc8790c172 100644 --- a/indra/newview/llflexibleobject.cpp +++ b/indra/newview/llflexibleobject.cpp @@ -704,7 +704,7 @@ BOOL LLVolumeImplFlexible::doUpdateGeometry(LLDrawable *drawable) } if (volume->mLODChanged || volume->mFaceMappingChanged || - volume->mVolumeChanged) + volume->mVolumeChanged || drawable->isState(LLDrawable::REBUILD_MATERIAL)) { volume->regenFaces(); volume->mDrawable->setState(LLDrawable::REBUILD_VOLUME); |