From e2d14cfd474aceae95a3391e7c8d79e20e734474 Mon Sep 17 00:00:00 2001
From: Xiaohong Bao <bao@lindenlab.com>
Date: Tue, 4 Feb 2014 21:32:11 -0700
Subject: [PATCH] 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 e419d1aea5d..f0cff6e5cd3 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()
-- 
GitLab