diff options
author | Matthew Breindel <falcon@lindenlab.com> | 2010-06-26 12:35:05 -0700 |
---|---|---|
committer | Matthew Breindel <falcon@lindenlab.com> | 2010-06-26 12:35:05 -0700 |
commit | 6f2bd694d9a21174648b4e4f76d6d078aa88265f (patch) | |
tree | 1ba898756969e97bbe1ffc16c9b28f7ef2fbac61 /indra/llmath | |
parent | a043cfbe463e94a5c6e6f0e31e22912b025890c7 (diff) |
Fixed mac build (given LL_MESH_ENABLED set to 0).
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/llvolume.h | 2 |
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; |