diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llbreastmotion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llbreastmotion.cpp b/indra/newview/llbreastmotion.cpp index 57dc169ff3..7c205a8b9f 100644 --- a/indra/newview/llbreastmotion.cpp +++ b/indra/newview/llbreastmotion.cpp @@ -45,7 +45,7 @@ #include "llviewervisualparam.h" #include "llvoavatarself.h" -#define MIN_REQUIRED_PIXEL_AREA_BREAST_MOTION 1000.f; +#define MIN_REQUIRED_PIXEL_AREA_BREAST_MOTION 0.f; #define N_PARAMS 2 @@ -370,7 +370,7 @@ BOOL LLBreastMotion::onUpdate(F32 time, U8* joint_mask) const BOOL is_self = (dynamic_cast<LLVOAvatarSelf *>(this) != NULL); if (!is_self) { - const F32 area_for_max_settings = 200.0; + const F32 area_for_max_settings = 0.0; const F32 area_for_min_settings = 1400.0; const F32 area_for_this_setting = area_for_max_settings + (area_for_min_settings-area_for_max_settings)*(1.0-lod_factor); |