diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-07-26 16:12:53 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-07-26 16:12:53 +0300 |
commit | f0ab36aec55550ed86d969ccdbad45c5a8db277c (patch) | |
tree | ce0490ea2ee802656569cb69e14d61c46117a606 /indra/newview/llagentwearables.cpp | |
parent | 51935673458479fccf6e2857a3ab5aeffaf11d23 (diff) |
build fix
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r-- | indra/newview/llagentwearables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 060bb4c6b9..170e4063a1 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -433,7 +433,7 @@ void LLAgentWearables::saveWearableAs(const LLWearableType::EType type, // old_wearable may still be referred to by other inventory items. Revert // unsaved changes so other inventory items aren't affected by the changes // that were just saved. - old_wearable->revertValues(false); + old_wearable->revertValuesWithoutUpdate(); } void LLAgentWearables::revertWearable(const LLWearableType::EType type, const U32 index) |