From c93c38e047836e31dd34e33391a997d883777ae1 Mon Sep 17 00:00:00 2001 From: Josh Bell Date: Wed, 21 Mar 2007 19:36:11 +0000 Subject: svn merge -r 59178:59364 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release --- indra/llmath/llvolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llmath') diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index 5354de783c..00a192aca8 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -2059,7 +2059,7 @@ bool LLVolumeParams::setSkew(const F32 skew_value) { skew = min_skew_mag; } - valid = approx_zero(delta); + valid = approx_zero(delta, .01f); } mPathParams.setSkew(skew); -- cgit v1.2.3