diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-06-07 00:10:39 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-06-07 00:10:39 -0500 |
| commit | b90bc83f3d7bb8a7c0d953dd2792c1901d5a1e72 (patch) | |
| tree | ee1c1ff2a6225b8ab03e5001193e461a9a5c5fab /indra/llprimitive/llmodel.cpp | |
| parent | edeb1fcc2df579b7405d61c5f2beebf86a3a886c (diff) | |
| parent | faf9693be3f34cd1ef28e21ae1bd2bc466221c4e (diff) | |
merge
Diffstat (limited to 'indra/llprimitive/llmodel.cpp')
| -rw-r--r-- | indra/llprimitive/llmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llmodel.cpp b/indra/llprimitive/llmodel.cpp index cee6927d20..e3b68156ca 100644 --- a/indra/llprimitive/llmodel.cpp +++ b/indra/llprimitive/llmodel.cpp @@ -2237,7 +2237,7 @@ LLSD LLModel::Decomposition::asLLSD() const { for (U32 k = 0; k < 3; k++) { - llassert(mBaseHull[j].mV[k] <= 0.501f && mBaseHull[j].mV[k] >= -0.501f); + llassert(mBaseHull[j].mV[k] <= 0.51f && mBaseHull[j].mV[k] >= -0.51f); //convert to 16-bit normalized across domain U16 val = (U16) (((mBaseHull[j].mV[k]-min.mV[k])/range.mV[k])*65535); |
