diff options
| author | Don Kjer <don@lindenlab.com> | 2012-10-17 23:12:52 +0000 |
|---|---|---|
| committer | Don Kjer <don@lindenlab.com> | 2012-10-17 23:12:52 +0000 |
| commit | a32dbd314809e7d0093745f0bbcb3628320f8c5e (patch) | |
| tree | f08973b9250835a7ef6fa61a90dfb43a2a30e183 /indra/llappearance/lltexlayerparams.cpp | |
| parent | 98e2488f6fd64eb428fcc8f659cb7f0d82196449 (diff) | |
| parent | 2390e21a9d2fc6f5cabe132a2bbd807aec186cfa (diff) | |
automated merge
Diffstat (limited to 'indra/llappearance/lltexlayerparams.cpp')
| -rwxr-xr-x | indra/llappearance/lltexlayerparams.cpp | 1 |
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; |
