diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-05-28 18:25:12 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-05-28 18:25:12 -0600 |
commit | 52e8b2a1a279e13a39a95b32a301780998b8d8c4 (patch) | |
tree | 3d75f772a733144478c610ee54f463337e618964 /indra/newview/lltexturecache.h | |
parent | e4e01ea7cce42ca5eac28ceff2b111e52dfd939b (diff) |
for SH-4004: interesting: need debug option to clear viewer cache while still logged in
Diffstat (limited to 'indra/newview/lltexturecache.h')
-rw-r--r-- | indra/newview/lltexturecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturecache.h b/indra/newview/lltexturecache.h index e3fc957fd2..5a68c31a6d 100644 --- a/indra/newview/lltexturecache.h +++ b/indra/newview/lltexturecache.h @@ -104,7 +104,7 @@ public: /*virtual*/ S32 update(F32 max_time_ms); - void purgeCache(ELLPath location); + void purgeCache(ELLPath location, bool remove_dir = true); void setReadOnly(BOOL read_only) ; S64 initCache(ELLPath location, S64 maxsize, BOOL texture_cache_mismatch); |