diff options
| author | Rick Pasetto <rick@lindenlab.com> | 2009-10-26 10:40:41 -0700 |
|---|---|---|
| committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-26 10:40:41 -0700 |
| commit | bc6aa9445f15f2f5eeae6a697504cebd14564a92 (patch) | |
| tree | f32c79e5620c3e83c545e82e17432f4b7bbe77be /indra/newview/llvoavatarself.cpp | |
| parent | 3f0b2307b59f6bc07e17182a1806866716304078 (diff) | |
| parent | d6e8f32b8073d85db59f2a45a10d622b71c859ae (diff) | |
merge from remote repo
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
| -rw-r--r-- | indra/newview/llvoavatarself.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 2b2ac81487..4760d5a472 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -973,8 +973,7 @@ void LLVOAvatarSelf::wearableUpdated( EWearableType type ) { if (mBakedTextureDatas[index].mTexLayerSet) { - mBakedTextureDatas[index].mTexLayerSet->requestUpdate(); - mBakedTextureDatas[index].mTexLayerSet->requestUpload(); + invalidateComposite(mBakedTextureDatas[index].mTexLayerSet, TRUE); } break; } |
