diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-07 17:27:47 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-07 17:27:47 -0500 |
commit | b879c6f3f19c4f2b6791eae67194dcc5f0a020cb (patch) | |
tree | 826292165fb5b74e165aaea2681db2adf7400d1e /indra/newview/llviewertexture.cpp | |
parent | 039c6689c9f3e10970d2617a1127c6a48891e619 (diff) | |
parent | a4fc01f4105e0349ec891d2c0354fafb117c331f (diff) |
Merge branch 'DRTVWR-563' of bitbucket.org:lindenlab/viewer into DRTVWR-563
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r-- | indra/newview/llviewertexture.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index b7633545f9..16b07159ba 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -2212,8 +2212,11 @@ bool LLViewerFetchedTexture::updateFetch() mFetchPriority, mFetchDeltaTime, mRequestDeltaTime, mCanUseHTTP); } - // if createRequest() failed, we're finishing up a request for this UUID, - // wait for it to complete + // If createRequest() failed, that means one of two things: + // 1. We're finishing up a request for this UUID, so we + // should wait for it to complete + // 2. We've failed a request for this UUID, so there is + // no need to create another request } else if (mHasFetcher && !mIsFetching) { |