diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-03-02 08:51:02 -0500 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-03-02 08:51:02 -0500 | 
| commit | 0f65a04eff96c9b3a0644e9bcbb7cd74a806c866 (patch) | |
| tree | fc9ba0d261e798bb03edaf7ad5b599c96de5bad6 | |
| parent | 5960e7fbdbf018f1325ed9f72eb7e783944bc8ce (diff) | |
SL-343 - attachment can include any number of joint overrides.
| -rwxr-xr-x | indra/newview/llvovolume.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 7389eade06..680487ea78 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -81,7 +81,7 @@  const F32 FORCE_SIMPLE_RENDER_AREA = 512.f;  const F32 FORCE_CULL_AREA = 8.f; -U32 JOINT_COUNT_REQUIRED_FOR_FULLRIG = 20; +U32 JOINT_COUNT_REQUIRED_FOR_FULLRIG = 1;  BOOL gAnimateTextures = TRUE;  //extern BOOL gHideSelectedObjects; | 
