summaryrefslogtreecommitdiff
path: root/indra/llappearance/llwearable.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-09-27 22:01:40 +0000
committerDon Kjer <don@lindenlab.com>2012-09-27 22:01:40 +0000
commit793dde16f371408948474d31f9275ea4031b65aa (patch)
tree57d46ee9729c2b1888634ce080ce04d4cc2607f3 /indra/llappearance/llwearable.cpp
parent4f93192e7d00f1f03e0e5241e9f1d2f31623729c (diff)
parent352698140775e62498686f80b5aa21aee85524cf (diff)
Merge sunshine-internal -> sunshine-experimental
Diffstat (limited to 'indra/llappearance/llwearable.cpp')
-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++)