diff options
author | Dave Parks <davep@lindenlab.com> | 2010-09-23 01:18:44 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-09-23 01:18:44 -0500 |
commit | bc488500962f75ac6d5dcdac4db4f2d7f293bf89 (patch) | |
tree | cea71768f03513a065d2a0bd285f09074e5e0311 /indra | |
parent | ae3eed68d1452111c1e8664c8e940e850ebfaea2 (diff) |
SH-176 Fix for physics triangle limit limiting high LOD triangle limit.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llfloatermodelpreview.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 8be56009aa..1796f76f03 100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -2917,16 +2917,6 @@ void LLModelPreview::genBuffers(S32 lod) } } - - if (lod == 4) - { - for (U32 i = 0; i < 4; i++) - { - LLSpinCtrl* lim = mFMP->getChild<LLSpinCtrl>(limit_name[i], TRUE); - - lim->setMaxValue(tri_count); - } - } } void LLModelPreview::update() |