diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2017-01-30 11:55:28 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2017-01-30 11:55:28 -0500 |
| commit | 75f54d5d533ba8e27b7a482c18d741859a9b8fea (patch) | |
| tree | 7781bb0b49cc29fc2a90595a3be3d3d1624bb56b /indra/llmath/llvolume.cpp | |
| parent | f40bd0fac308b21319d84ee221cb8f81d369dd71 (diff) | |
| parent | 9c0536f09921cbcff69aa86bcce9defab08ff04a (diff) | |
DRTVWR-418: Merge from oz_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) { |
