diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-05-03 11:38:05 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-05-03 11:38:05 -0600 |
commit | e65852e9a58ec92763b88369f53092628ab7a6b8 (patch) | |
tree | f7ba9763d15aa9b6c9963e1fdc72dcb2904ca542 /indra/newview/llviewertexturelist.h | |
parent | 78fec489b53434a8ac8f9c0a8e72fd883067ce42 (diff) |
For SH-3086: add functions to refetch all previous textures through HTTP and from cache
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index 7038ea24ce..86429fa899 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -110,6 +110,7 @@ public: void doPrefetchImages(); void clearFetchingRequests(); + void setDebugFetching(LLViewerFetchedTexture* tex, S32 debug_level); static S32 getMinVideoRamSetting(); static S32 getMaxVideoRamSetting(bool get_recommended = false); |