summaryrefslogtreecommitdiff
path: root/indra/llappearance/lldriverparam.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-26 15:45:58 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-26 15:45:58 -0400
commit93e210d91f521b01deb10aa6aa25160364e6ae28 (patch)
treec2205093d0b57ca6d1037ec90bde18615bc16e7e /indra/llappearance/lldriverparam.cpp
parentab83fab72c66e753917001a9030aa55e69a3c496 (diff)
more state management stuff, DRANO flags for problematic areas
Diffstat (limited to 'indra/llappearance/lldriverparam.cpp')
-rwxr-xr-xindra/llappearance/lldriverparam.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llappearance/lldriverparam.cpp b/indra/llappearance/lldriverparam.cpp
index a43878899c..2d91ebdee9 100755
--- a/indra/llappearance/lldriverparam.cpp
+++ b/indra/llappearance/lldriverparam.cpp
@@ -187,7 +187,8 @@ BOOL LLDriverParam::setInfo(LLDriverParamInfo *info)
{
llassert(wearable);
LLDriverParam *new_param = new LLDriverParam(mAvatarAppearance, wearable);
- // FIXME DRANO 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, or at least untested.
*new_param = *this;
// new_param->mDriven.clear(); // clear driven list to avoid overwriting avatar driven params from wearables.
return new_param;