diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2012-04-26 15:53:35 -0600 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2012-04-26 15:53:35 -0600 |
| commit | e344b2afa21adf072837f1bcf4b38dd511b76f0e (patch) | |
| tree | 62575d52d289fa24e111e33e16a584e3675bb8a0 /indra/newview/llviewertexture.h | |
| parent | 5ab4dadc703a0f7419929c7da57c471f2ece8a6c (diff) | |
For SH-3121: collect time of reloading all textures from cache and through HTTP when all objects loading are done.
Diffstat (limited to 'indra/newview/llviewertexture.h')
| -rw-r--r-- | indra/newview/llviewertexture.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index d0bc534c5a..95896f9d41 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -433,6 +433,8 @@ public: bool updateFetch(); + void clearFetchedResults(); //clear all fetched results, for debug use. + // Override the computation of discard levels if we know the exact output // size of the image. Used for UI textures to not decode, even if we have // more data. |
