summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2014-02-04 21:32:11 -0700
committerXiaohong Bao <bao@lindenlab.com>2014-02-04 21:32:11 -0700
commite2d14cfd474aceae95a3391e7c8d79e20e734474 (patch)
tree1594624fe19316ea8ed5a055041d6f223e183a64 /indra/llmath/llvolume.cpp
parent2ab11c8e34f2349500aef76cd8372ca889020728 (diff)
fix crash at line 2207: llassert(dst->isFinite3()) in llvolume.cpp
Diffstat (limited to 'indra/llmath/llvolume.cpp')
-rwxr-xr-xindra/llmath/llvolume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index e419d1aea5..f0cff6e5cd 100755
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -2086,6 +2086,7 @@ void LLVolume::resizePath(S32 length)
{
mPathp->resizePath(length);
mVolumeFaces.clear();
+ setDirty();
}
void LLVolume::regen()