aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-05-13 10:43:40 -0700
committerJacek Antonelli2010-06-19 02:05:25 -0500
commit998058a3fe320bacdc198c34bcd870646bc9d45f (patch)
treeb7a154d4f1b1c1c1a90c031eab5e4ef32b907d77 /linden
parentStops an avatar's texture from flickering on OS but leaves behind the corrupt... (diff)
downloadmeta-impy-998058a3fe320bacdc198c34bcd870646bc9d45f.zip
meta-impy-998058a3fe320bacdc198c34bcd870646bc9d45f.tar.gz
meta-impy-998058a3fe320bacdc198c34bcd870646bc9d45f.tar.bz2
meta-impy-998058a3fe320bacdc198c34bcd870646bc9d45f.tar.xz
Incremented cache version
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 7e22dce..e5a915a 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -2886,7 +2886,7 @@ bool LLAppViewer::initCache()
2886 // Purge cache if it belongs to an old version 2886 // Purge cache if it belongs to an old version
2887 else 2887 else
2888 { 2888 {
2889 static const S32 cache_version = 5; 2889 static const S32 cache_version = 6;
2890 if (gSavedSettings.getS32("LocalCacheVersion") != cache_version) 2890 if (gSavedSettings.getS32("LocalCacheVersion") != cache_version)
2891 { 2891 {
2892 mPurgeCache = true; 2892 mPurgeCache = true;