From e2d14cfd474aceae95a3391e7c8d79e20e734474 Mon Sep 17 00:00:00 2001 From: Xiaohong Bao Date: Tue, 4 Feb 2014 21:32:11 -0700 Subject: fix crash at line 2207: llassert(dst->isFinite3()) in llvolume.cpp --- indra/llmath/llvolume.cpp | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3