From 257086cbfc7cd2927fe6b52a5b7b7911b6cada5c Mon Sep 17 00:00:00 2001 From: Shyotl Date: Thu, 16 Apr 2020 00:36:56 -0500 Subject: [PATCH] Revert texture fetching behavior back closer to v3. --- indra/newview/lltexturefetch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 9e8e50214..698333642 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -872,7 +872,7 @@ LLTextureFetchWorker::LLTextureFetchWorker(LLTextureFetch* fetcher, mCacheReadCount(0U), mCacheWriteCount(0U) { - mCanUseNET = mUrl.empty() && !gHippoGridManager->getConnectedGrid()->isSecondLife(); + mCanUseNET = mUrl.empty(); // Necessary for precached UUID textures, regardless of grid. if (!mCanUseNET) {