summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.cpp
diff options
context:
space:
mode:
authorCallum Linden <callum@lindenlab.com>2017-01-30 13:56:38 -0800
committerCallum Linden <callum@lindenlab.com>2017-01-30 13:56:38 -0800
commitdf4957e3984ddf3f0183229175709e55f6b7880d (patch)
treead39f933e9461ce00c1451daeaf6a3842cfa64ff /indra/llmath/llvolume.cpp
parentdcae92c0a306aaf6447089b340913d4a678855ac (diff)
parent189d56fa3eae36daf99555325599649a547832c9 (diff)
Automated merge with head of lindenlab/nat_viewer64
Diffstat (limited to 'indra/llmath/llvolume.cpp')
-rw-r--r--indra/llmath/llvolume.cpp2
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)
{