summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorMatthew Breindel <falcon@lindenlab.com>2010-06-26 12:35:05 -0700
committerMatthew Breindel <falcon@lindenlab.com>2010-06-26 12:35:05 -0700
commit6f2bd694d9a21174648b4e4f76d6d078aa88265f (patch)
tree1ba898756969e97bbe1ffc16c9b28f7ef2fbac61 /indra/llmath
parenta043cfbe463e94a5c6e6f0e31e22912b025890c7 (diff)
Fixed mac build (given LL_MESH_ENABLED set to 0).
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/llvolume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index af28337f57..9cce94e6cf 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -41,7 +41,7 @@ class LLVolumeParams;
class LLProfile;
class LLPath;
-#define LL_MESH_ENABLED 1
+#define LL_MESH_ENABLED 0
template <class T> class LLOctreeNode;