summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-06-10 15:07:30 -0500
committerDave Parks <davep@lindenlab.com>2010-06-10 15:07:30 -0500
commit3ea0018dc6f94c029d7dbf13bdd5b0bc0558c8d8 (patch)
tree914f7c7b7ed4a65bf85d686a621897a514772873 /indra/llmath
parent1061c640d35d29f13a81641e65598e5341790469 (diff)
Enable meshes.
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 0782944079..98db7f31c0 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 0
+#define LL_MESH_ENABLED 1
template <class T> class LLOctreeNode;