summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-07-08 09:25:41 -0400
committerOz Linden <oz@lindenlab.com>2011-07-08 09:25:41 -0400
commitccb3ad90001c2b19cbd690d67317651ee0182f42 (patch)
tree6ddb1c9c73a4c3664c26271545f30a160c6fadc1 /indra/llmath
parent66dcc72870b19c6ada65a643ca33c779c9c9989b (diff)
parent36a05ebd9a2a969bab4621f522a9a82f69e523d7 (diff)
merge changes for storm-1485
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/llvolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index 8c81f27784..f20a5c37b4 100644
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -3253,7 +3253,7 @@ void LLVolume::sculpt(U16 sculpt_width, U16 sculpt_height, S8 sculpt_components,
{
F32 area = sculptGetSurfaceArea();
- const F32 SCULPT_MAX_AREA = 32.f;
+ const F32 SCULPT_MAX_AREA = 384.f;
if (area < SCULPT_MIN_AREA || area > SCULPT_MAX_AREA)
{