summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-08-05 15:11:27 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-08-05 15:11:27 +0300
commit24351260813b2d0a2e3d7e8cee78cad2c4a5cefc (patch)
tree05ace450df0d21f24d2f9816f8f64059b3044c02 /indra/newview/lltexturefetch.h
parent7253c7eeb156f9f6cd75f52b0df856ec8ef165fb (diff)
parent057568bddc178546c112d8223042a0ed2378ab8b (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rw-r--r--indra/newview/lltexturefetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h
index bae2ceff72..c31c38b04a 100644
--- a/indra/newview/lltexturefetch.h
+++ b/indra/newview/lltexturefetch.h
@@ -141,6 +141,7 @@ private:
SMALL_TEXTURE = 0 , //size <= 64 * 64
MEDIUM_TEXTURE, //size <= 256 * 256
LARGE_TEXTURE, //size > 256 * 256
+ DUMMY,
TOTAL_TEXTURE_TYPES
};
BOOL mHTTPThrottleFlag[TOTAL_TEXTURE_TYPES];