diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-11 16:40:15 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-11 16:40:15 -0500 |
commit | bc5096ff3d01f25cd47c9a5803f3255e11cd8cfa (patch) | |
tree | f5ab2204e19223255f7cf14ed752922421a26328 /indra/newview | |
parent | f6406b7174fc6751ee60a6263360d82f382c6175 (diff) |
DEV-34507 too many baked texture uploads
Fixed a double-bake bug on hitting the "OK" button of the appearance editor
Also cleaned up extraneous calls to requestLayersetUpload.
Behavior should now be consistent with resident expectations.
Code reviewed by Bigpapi
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 65f1477a4f..185274d40d 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2043,7 +2043,6 @@ void LLVOAvatarSelf::onCustomizeEnd() if (avatarp) { avatarp->invalidateAll(); - avatarp->requestLayerSetUploads(); } } @@ -2080,7 +2079,6 @@ void LLVOAvatarSelf::setInvisible(BOOL newvalue) { setCompositeUpdatesEnabled(TRUE); invalidateAll(); - requestLayerSetUploads(); gAgent.sendAgentSetAppearance(); } } |