diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-10-22 11:09:32 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-10-22 11:09:32 -0400 |
commit | c961b5f6571cc6147410f9e7620e5aa44c009f3f (patch) | |
tree | f510b3ad949eb35696fc4c0218bb61f5af1de7a7 /indra/llappearance | |
parent | 2390e21a9d2fc6f5cabe132a2bbd807aec186cfa (diff) |
handling for crossing from non-server-bake to server-bake regions
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-x | indra/llappearance/lldriverparam.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/lldriverparam.cpp b/indra/llappearance/lldriverparam.cpp index 01184a9e23..1f7e8b8652 100755 --- a/indra/llappearance/lldriverparam.cpp +++ b/indra/llappearance/lldriverparam.cpp @@ -190,6 +190,7 @@ BOOL LLDriverParam::setInfo(LLDriverParamInfo *info) // FIXME DRANO this clobbers mWearablep, which means any code // currently using mWearablep is wrong, or at least untested. *new_param = *this; + //new_param->mWearablep = wearable; // new_param->mDriven.clear(); // clear driven list to avoid overwriting avatar driven params from wearables. return new_param; } |