diff options
author | callum@lindenlab.com <callum@lindenlab.com> | 2017-02-03 10:03:02 -0800 |
---|---|---|
committer | callum@lindenlab.com <callum@lindenlab.com> | 2017-02-03 10:03:02 -0800 |
commit | c703b2c038c369807218f61b7e90e7134da390f5 (patch) | |
tree | 2123b41de557e0526b5841f8a512408fc8eeb7d9 /indra/llmath/llvolume.cpp | |
parent | fed164732bbd69b22fc0219133bf4cef3deb5f2b (diff) | |
parent | f0a79147210c4ef402dce10a0a3c796807298033 (diff) |
Automated merge with head of lindenlab/nat_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) { |