aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerimagelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerimagelist.h')
-rw-r--r--linden/indra/newview/llviewerimagelist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerimagelist.h b/linden/indra/newview/llviewerimagelist.h
index 0a7f8b0..266bcfc 100644
--- a/linden/indra/newview/llviewerimagelist.h
+++ b/linden/indra/newview/llviewerimagelist.h
@@ -37,6 +37,8 @@
37#include <list> 37#include <list>
38#include <set> 38#include <set>
39 39
40const U32 LL_IMAGE_REZ_LOSSLESS_CUTOFF = 128;
41
40const BOOL MIPMAP_YES = TRUE; 42const BOOL MIPMAP_YES = TRUE;
41const BOOL MIPMAP_NO = FALSE; 43const BOOL MIPMAP_NO = FALSE;
42 44