diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-26 11:52:19 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-26 11:52:19 -0400 |
commit | ab83fab72c66e753917001a9030aa55e69a3c496 (patch) | |
tree | d71c42801e3083b316986c8005cf69a331bf558a /indra/llappearance/lldriverparam.cpp | |
parent | 04b0862b3b53ef57801b779c51e6b8fe1c442008 (diff) |
error checking, comments for areas needing fix/check in appearance
Diffstat (limited to 'indra/llappearance/lldriverparam.cpp')
-rwxr-xr-x | indra/llappearance/lldriverparam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/lldriverparam.cpp b/indra/llappearance/lldriverparam.cpp index ec282c50eb..a43878899c 100755 --- a/indra/llappearance/lldriverparam.cpp +++ b/indra/llappearance/lldriverparam.cpp @@ -187,7 +187,7 @@ BOOL LLDriverParam::setInfo(LLDriverParamInfo *info) { llassert(wearable); LLDriverParam *new_param = new LLDriverParam(mAvatarAppearance, wearable); - // FIXME this clobbers mWearablep, which means any code currently using mWearablep is wrong. + // FIXME DRANO this clobbers mWearablep, which means any code currently using mWearablep is wrong. *new_param = *this; // new_param->mDriven.clear(); // clear driven list to avoid overwriting avatar driven params from wearables. return new_param; |