summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorRichard Linden <none@none>2014-02-06 11:27:47 -0800
committerRichard Linden <none@none>2014-02-06 11:27:47 -0800
commit7b9e17f5cd4578c989385edd39e79e887c9ddc0d (patch)
tree0f740280b15bbc079fd97f93b32e2372106bf378 /indra/llmath
parent3040b429a3b136b87ddb0ae88ccfa3a7aa71e232 (diff)
parentb5389618f3744464760bbe1a54b49750d211a1ac (diff)
Merge
Diffstat (limited to 'indra/llmath')
-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()