summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lldrawpoolalpha.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/lldrawpoolalpha.cpp b/indra/newview/lldrawpoolalpha.cpp
index ae050c0c1b..9f65a70a86 100644
--- a/indra/newview/lldrawpoolalpha.cpp
+++ b/indra/newview/lldrawpoolalpha.cpp
@@ -49,9 +49,9 @@
#include "llspatialpartition.h"
#include "llglcommonfunc.h"
-// These optimizations may induce lighting, texturing, and/or GL state bugs
-#define BATCH_FULLBRIGHTS 1
-#define BATCH_EMISSIVES 1
+// These optimizations can and will induce lighting, texturing, and/or GL state bugs
+#define BATCH_FULLBRIGHTS 0
+#define BATCH_EMISSIVES 0
BOOL LLDrawPoolAlpha::sShowDebugAlpha = FALSE;