diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-14 09:25:43 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-14 09:25:43 -0500 |
commit | 30c1d67d957ec7f895dd690ec34b5459fc9082de (patch) | |
tree | 04e19456f28d8fd5f893ceec1e4f935195c68cf9 /indra/newview/llvoavatarself.cpp | |
parent | c977268ff53ea362bc3b089945c9aa9a438cb63f (diff) |
MAINT-4537 WIP - order of operations during outfit change
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 77fda25537..4335df66a1 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -262,7 +262,7 @@ void LLVOAvatarSelf::markDead() { BOOL success = LLVOAvatar::loadAvatar(); - // set all parameters sotred directly in the avatar to have + // set all parameters stored directly in the avatar to have // the isSelfParam to be TRUE - this is used to prevent // them from being animated or trigger accidental rebakes // when we copy params from the wearable to the base avatar. |