summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2009-11-30 15:34:26 -0600
committerDave Parks <davep@lindenlab.com>2009-11-30 15:34:26 -0600
commit77c828a47b3d33ea3c8b4de4f76904b613067f35 (patch)
treec05ec371017f9ef6c5f451b01cd94470655563e4 /indra/llmath
parentf31f817ee61fa0f8fc05d2caa24f7674852629e5 (diff)
parent062a2dd309ca5521d4045eb721496476f43d24dc (diff)
merge
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/llvolume.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index 3e547aec6f..1d36da7f52 100644
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -1692,10 +1692,9 @@ LLVolume::LLVolume(const LLVolumeParams &params, const F32 detail, const BOOL ge
mGenerateSingleFace = generate_single_face;
- generate();
-
if (mParams.getSculptID().isNull() && params.getSculptType() == LL_SCULPT_TYPE_NONE)
{
+ generate();
createVolumeFaces();
}
}