diff options
author | Tofu Buzzard <no-email> | 2011-03-20 15:48:01 +0000 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-03-20 15:48:01 +0000 |
commit | fb862afc8b9b48ebcd3902f3324cb60c9af623d4 (patch) | |
tree | 76830ee74e2bcfcc16565b976b3e8632c90efb84 /indra/llmath/llvolume.cpp | |
parent | 2e7771d9866a5006c8423064ca30bb654b143fef (diff) |
revert a bunch of stuff from my local repo so this can go in minimally.
Diffstat (limited to 'indra/llmath/llvolume.cpp')
-rw-r--r-- | indra/llmath/llvolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index dabec6390d..c4be176353 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -1898,7 +1898,7 @@ BOOL LLVolume::generate() // Split is a parameter to LLProfile::generate that tesselates edges on the profile
// to prevent lighting and texture interpolation errors on triangles that are
// stretched due to twisting or scaling on the path.
- S32 split = 0;//(S32) ((mDetail)*0.66f);
+ S32 split = (S32) ((mDetail)*0.66f);
if (mParams.getPathParams().getCurveType() == LL_PCODE_PATH_LINE &&
(mParams.getPathParams().getScale().mV[0] != 1.0f ||
|