From 3ea0018dc6f94c029d7dbf13bdd5b0bc0558c8d8 Mon Sep 17 00:00:00 2001 From: Dave Parks <davep@lindenlab.com> Date: Thu, 10 Jun 2010 15:07:30 -0500 Subject: [PATCH] Enable meshes. --- indra/llmath/llvolume.h | 2 +- indra/newview/app_settings/settings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index 07829440796..98db7f31c0e 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; diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index df9393c3166..1d5d1584d3e 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4908,7 +4908,7 @@ <key>Type</key> <string>Boolean</string> <key>Value</key> - <real>0</real> + <real>1</real> </map> <key>MigrateCacheDirectory</key> <map> -- GitLab