diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2014-02-04 21:32:11 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2014-02-04 21:32:11 -0700 |
commit | e2d14cfd474aceae95a3391e7c8d79e20e734474 (patch) | |
tree | 1594624fe19316ea8ed5a055041d6f223e183a64 | |
parent | 2ab11c8e34f2349500aef76cd8372ca889020728 (diff) |
fix crash at line 2207: llassert(dst->isFinite3()) in llvolume.cpp
-rwxr-xr-x | indra/llmath/llvolume.cpp | 1 |
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() |