diff options
author | Richard Linden <none@none> | 2010-07-27 14:44:17 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-07-27 14:44:17 -0700 |
commit | c96caed698afb38c50db229fff35fa8b91e40f83 (patch) | |
tree | 62a847bc2cc299b6979e6ed143843c902efb7a33 /indra/newview/llvoavatarself.cpp | |
parent | 0f2f597e7aa5011061c3ea1fef5867814ee3a5b2 (diff) |
Merge from dessie/viewer-release
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 3a283e7aa6..bddde08ca9 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -1625,15 +1625,15 @@ void LLVOAvatarSelf::setLocalTexture(ETextureIndex type, LLViewerTexture* src_te if (isSelf()) { if (gAgentAvatarp->isUsingBakedTextures()) - { - requestLayerSetUpdate(type); - } + { + requestLayerSetUpdate(type); + } else - { - LLVisualParamHint::requestHintUpdates(); - } + { + LLVisualParamHint::requestHintUpdates(); } } + } else { tex->setLoadedCallback(onLocalTextureLoaded, desired_discard, TRUE, FALSE, new LLAvatarTexData(getID(), type), NULL); |