summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.cpp
diff options
context:
space:
mode:
authorcallum@lindenlab.com <callum@lindenlab.com>2017-02-13 12:28:47 -0800
committercallum@lindenlab.com <callum@lindenlab.com>2017-02-13 12:28:47 -0800
commit13ec15beb948f0036ea281a5bee25355b5d5478b (patch)
treeb6aa41aca034f1ffb65c619a0da843f8d9d46163 /indra/llmath/llvolume.cpp
parent8d884c343669d884c2f9eb7485a77fdf9a83ce5d (diff)
parentc703b2c038c369807218f61b7e90e7134da390f5 (diff)
Automated merge with head of callum_linden/viewer64-callum
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)
{