diff options
author | Dave Parks <davep@lindenlab.com> | 2010-07-13 12:02:14 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-07-13 12:02:14 -0500 |
commit | 2dd3a6be720ed6ce7c17415fc8d81869cf46f3a0 (patch) | |
tree | 54e3dfc541bca50b4907efb406e8dd423a8a1a19 /indra/llmath/llvolume.h | |
parent | 7f0dd53794b843e7ce659f75ccda1f5edb079186 (diff) |
Fix for mesh upload, consolidate generating bad indices, and normal generation.
Diffstat (limited to 'indra/llmath/llvolume.h')
-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 9cce94e6cf..af28337f57 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; |