summaryrefslogtreecommitdiff
path: root/indra/llappearance/lltexlayerparams.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-10-16 09:42:46 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-10-16 09:42:46 -0400
commit4a0a88ed335e9082fe1acfbdf2593e179304b64e (patch)
tree6739972ed137d372bcf2dc000df56a4b7db02400 /indra/llappearance/lltexlayerparams.cpp
parentcc5f8686feee4efea124d582b99990dd987e1e98 (diff)
parent22f53c85588912582f33d840d106b10f54f2c62d (diff)
merge
Diffstat (limited to 'indra/llappearance/lltexlayerparams.cpp')
-rwxr-xr-xindra/llappearance/lltexlayerparams.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/lltexlayerparams.cpp b/indra/llappearance/lltexlayerparams.cpp
index 58737f7ff4..64b3b62185 100755
--- a/indra/llappearance/lltexlayerparams.cpp
+++ b/indra/llappearance/lltexlayerparams.cpp
@@ -67,6 +67,7 @@ BOOL LLTexLayerParam::setInfo(LLViewerVisualParamInfo *info, BOOL add_to_appeara
if (add_to_appearance)
{
mAvatarAppearance->addVisualParam( this);
+ this->setParamLocation(mAvatarAppearance->isSelf() ? LOC_AV_SELF : LOC_AV_OTHER);
}
return TRUE;