summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-09-23 01:18:44 -0500
committerDave Parks <davep@lindenlab.com>2010-09-23 01:18:44 -0500
commitbc488500962f75ac6d5dcdac4db4f2d7f293bf89 (patch)
treecea71768f03513a065d2a0bd285f09074e5e0311 /indra/newview
parentae3eed68d1452111c1e8664c8e940e850ebfaea2 (diff)
SH-176 Fix for physics triangle limit limiting high LOD triangle limit.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llfloatermodelpreview.cpp10
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()