diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2017-02-03 20:14:32 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2017-02-03 20:14:32 -0500 |
| commit | 37974a2fa26ecdd1bbe91e3007ad4cf81af1f851 (patch) | |
| tree | 71eb6db2ddfcc28719f7fc5a920068f886b079c2 /indra/llmath/llvolume.cpp | |
| parent | c2c4a1e8514dc8a0df8e9d2f7b2e743691ef7ce3 (diff) | |
| parent | 275d2e7e025eb7b3bfd8d924429e4bf9dbb26e66 (diff) | |
Automated merge with ssh://bitbucket.org/lindenlab/viewer64
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 6f0b4b2410..f63a721c35 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -89,7 +89,7 @@ const F32 SKEW_MAX = 0.95f; const F32 SCULPT_MIN_AREA = 0.002f; const S32 SCULPT_MIN_AREA_DETAIL = 1; -extern BOOL gDebugGL; +BOOL gDebugGL = FALSE; BOOL check_same_clock_dir( const LLVector3& pt1, const LLVector3& pt2, const LLVector3& pt3, const LLVector3& norm) { |
