SL-18065 Viewer tries to get missing texture endlessly
parent
c0b586a7e1
commit
5bb9b6cada
|
|
@ -2060,7 +2060,7 @@ bool LLViewerFetchedTexture::updateFetch()
|
|||
|
||||
if (!mIsFetching)
|
||||
{
|
||||
if ((decode_priority > 0) && (mRawDiscardLevel < 0))
|
||||
if ((decode_priority > 0) && (mRawDiscardLevel < 0 || mRawDiscardLevel == INVALID_DISCARD_LEVEL))
|
||||
{
|
||||
// We finished but received no data
|
||||
if (getDiscardLevel() < 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue