summaryrefslogtreecommitdiff
path: root/indra/llappearance
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2012-09-27 22:10:59 +0000
committerNyx Linden <nyx@lindenlab.com>2012-09-27 22:10:59 +0000
commit3db6e3d9ec6c0b5a4cc9e825ee0c70eaa1461c98 (patch)
tree84afbf56bef0b22098e86e81276961c72dd1262e /indra/llappearance
parent3844f4328b03ce25e4fcc5083e9cd106876acf6f (diff)
parent76aa05e51fca9f3288c045083218245b0c84d1dd (diff)
merge
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-xindra/llappearance/llwearable.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llappearance/llwearable.cpp b/indra/llappearance/llwearable.cpp
index 78ff510909..5d53d1ae39 100755
--- a/indra/llappearance/llwearable.cpp
+++ b/indra/llappearance/llwearable.cpp
@@ -502,6 +502,8 @@ void LLWearable::setLocalTextureObject(S32 index, LLLocalTextureObject &lto)
void LLWearable::revertValues()
{
+ // FIXME DRANO - this triggers changes to driven params on avatar, potentially clobbering baked appearance.
+
//update saved settings so wearable is no longer dirty
// non-driver params first
for (param_map_t::const_iterator iter = mSavedVisualParamMap.begin(); iter != mSavedVisualParamMap.end(); iter++)