diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-24 15:39:43 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-24 15:39:43 -0400 |
commit | 19ba8d8413c4541da2d76656776545334a09a38f (patch) | |
tree | c3aad1d54a9d86588ab9153d8ab679cfa8013436 /indra/newview/llvoavatarself.cpp | |
parent | 3bf07ac65f046ef53db7b3eb6312f837ac92219b (diff) |
SH-3455 WIP - removed some handling for appearance version < 1
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 992ebdb1b4..97429329a8 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2808,6 +2808,7 @@ void LLVOAvatarSelf::onCustomizeEnd(bool disable_camera_switch) if (isAgentAvatarValid()) { gAgentAvatarp->mIsEditingAppearance = false; + // SUNSHINE CLEANUP - should no longer happen if (gAgentAvatarp->getRegion() && !gAgentAvatarp->getRegion()->getCentralBakeVersion()) { // FIXME DRANO - move to sendAgentSetAppearance, make conditional on upload complete. |