From 0d6f1d125eb0f6de766d617978a022fc74b4aec7 Mon Sep 17 00:00:00 2001 From: Neal Orman Date: Mon, 19 Oct 2009 18:23:19 +0000 Subject: EXT-1664 bugfix for male avatars have female bodies Found a couple bugs in the code relating to cross-wearable visual param linking. Fixed with this patch - cross-wearable and inter-wearable visual params should now link properly for both wearable-owned and avatar-owned parameters. Code reviewed by Seraph --- indra/llcharacter/llvisualparam.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indra/llcharacter/llvisualparam.cpp') diff --git a/indra/llcharacter/llvisualparam.cpp b/indra/llcharacter/llvisualparam.cpp index e948913a68..c4763c6331 100644 --- a/indra/llcharacter/llvisualparam.cpp +++ b/indra/llcharacter/llvisualparam.cpp @@ -311,3 +311,9 @@ BOOL LLVisualParam::linkDrivenParams(visual_param_mapper mapper, bool only_cross return TRUE; } +//virtual +void LLVisualParam::resetDrivenParams() +{ + // nothing to do for non-driver parameters + return; +} -- cgit v1.2.3