summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-12-20 14:41:46 -0500
committerOz Linden <oz@lindenlab.com>2016-12-20 14:41:46 -0500
commitc20e57c48f957ef13d259e54de908153ac996ca7 (patch)
tree458c01840ccb6e8ba1e5e6d8995caa1697350b91 /indra/llmath/llvolume.cpp
parent498ffa1acee1b59e8e2e1e57a3e1640f7b368168 (diff)
move debugging globals to the "lowest" library they are referenced in
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)
{