Revert texture fetching behavior back closer to v3.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user