diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-11 20:57:04 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-11 20:57:04 -0400 |
commit | b4866775a2acc98ebcb3986d7779eea479028ff9 (patch) | |
tree | b1ccd6a57ccb51290d6e68c7a8faf4ea6c9d3c38 /indra/newview/llwearable.cpp | |
parent | fc84d684500c2216aa270bffef865ee265927535 (diff) |
Dump XML tweaks, suppress wearable updates when bakes should dominate
Diffstat (limited to 'indra/newview/llwearable.cpp')
-rwxr-xr-x | indra/newview/llwearable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearable.cpp b/indra/newview/llwearable.cpp index 3f07d6877c..b924a4471d 100755 --- a/indra/newview/llwearable.cpp +++ b/indra/newview/llwearable.cpp @@ -619,7 +619,7 @@ void LLWearable::setTexturesToDefaults() void LLWearable::writeToAvatar() { if (!isAgentAvatarValid()) return; -#if 0 +#if 1 if (!gAgentAvatarp->isUsingLocalAppearance()) { return; |