From f5a7c22cea16b51db12360436ce64c2433a5aa5f Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Tue, 12 Dec 2023 02:32:47 +0100 Subject: SL-17597 AV height in Shape dialog IS WRONG --- indra/llappearance/llwearable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llappearance/llwearable.cpp') diff --git a/indra/llappearance/llwearable.cpp b/indra/llappearance/llwearable.cpp index 10d668d0af..736d24681a 100644 --- a/indra/llappearance/llwearable.cpp +++ b/indra/llappearance/llwearable.cpp @@ -550,7 +550,7 @@ void LLWearable::revertValues() if(param) { F32 value = vp_pair.second; - setVisualParamWeight(id, value); + param->setWeight(value); mSavedVisualParamMap[id] = param->getWeight(); } } -- cgit v1.2.3