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) {