summaryrefslogtreecommitdiff
path: root/indra/newview/llwearable.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-10 18:46:52 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-10 18:46:52 -0400
commitfc84d684500c2216aa270bffef865ee265927535 (patch)
treea66b89365b071281aceea333a3d9040cdf9ed2ba /indra/newview/llwearable.cpp
parentb6b72e5b4edecfd467dd0679a24cdf854fc9bc00 (diff)
dumpArchetypeXML tweaks, appearance debugging
Diffstat (limited to 'indra/newview/llwearable.cpp')
-rwxr-xr-x[-rw-r--r--]indra/newview/llwearable.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llwearable.cpp b/indra/newview/llwearable.cpp
index 402504933c..3f07d6877c 100644..100755
--- a/indra/newview/llwearable.cpp
+++ b/indra/newview/llwearable.cpp
@@ -619,6 +619,12 @@ void LLWearable::setTexturesToDefaults()
void LLWearable::writeToAvatar()
{
if (!isAgentAvatarValid()) return;
+#if 0
+ if (!gAgentAvatarp->isUsingLocalAppearance())
+ {
+ return;
+ }
+#endif
ESex old_sex = gAgentAvatarp->getSex();