diff options
author | Don Kjer <don@lindenlab.com> | 2011-07-08 18:25:07 -0700 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2011-07-08 18:25:07 -0700 |
commit | b9d6b5ef9a9797709397be983ec74c30cd1e0ce2 (patch) | |
tree | 9886deac5d65ee1873e8c75ed2af62943c872f63 /indra/llmath | |
parent | 615cc856a8abf44f62c58962f8b53178f9708ee3 (diff) | |
parent | ccb3ad90001c2b19cbd690d67317651ee0182f42 (diff) |
Merge viewer-development -> mesh-development
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/llvolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index bddb8d8c66..2893e746e9 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -3303,7 +3303,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) { |