From a1f474907656428c10ea8d0adbfd6fa7e7d0ee8a Mon Sep 17 00:00:00 2001 From: Ansariel Date: Fri, 30 Dec 2011 14:17:07 +0100 Subject: [PATCH] Merge fix for LLVOCache: If doesn't make sense to set mInitialized to TRUE and check if it's true in the next step! --- indra/newview/llvocache.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index 61049c9ca3..7db19c5c1b 100644 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -294,7 +294,6 @@ void LLVOCache::initCache(ELLPath location, U32 size, U32 cache_version) llwarns << "Not initializing cache: Cache is currently disabled." << llendl; return ; } - mInitialized = TRUE ; if(mInitialized) {