summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-08-04 11:19:39 -0600
committerXiaohong Bao <bao@lindenlab.com>2010-08-04 11:19:39 -0600
commitaaa41211c83a9dcc9ff3db84c7e4b9de985be692 (patch)
tree9fc1f9a913898a22559cf9d88c4f226737c1e9a6 /indra/newview/lltexturefetch.h
parent68bb4e3f6a51244472374c5178e5cdd9dab23b7b (diff)
parent8f56413c919b4e76de0865534e2c10fc0e8b57b4 (diff)
Automated merge with ssh://hg.lindenlab.com/q/viewer-release
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];