summaryrefslogtreecommitdiff
path: root/indra/newview/llwearable.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-11 20:57:04 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-11 20:57:04 -0400
commitb4866775a2acc98ebcb3986d7779eea479028ff9 (patch)
treeb1ccd6a57ccb51290d6e68c7a8faf4ea6c9d3c38 /indra/newview/llwearable.cpp
parentfc84d684500c2216aa270bffef865ee265927535 (diff)
Dump XML tweaks, suppress wearable updates when bakes should dominate
Diffstat (limited to 'indra/newview/llwearable.cpp')
-rwxr-xr-xindra/newview/llwearable.cpp2
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;