Fixed an edge case that was triggering an error check when doing HTTP texture fetches.
parent
870d4449f5
commit
710d2a6db3
|
|
@ -887,6 +887,8 @@ bool LLTextureFetchWorker::doWork(S32 param)
|
|||
}
|
||||
else
|
||||
{
|
||||
// mFormattedImage gauranteed to not be NULL since cur_size != 0
|
||||
mLoadedDiscard = mFormattedImage->getDiscardLevel();
|
||||
mState = DECODE_IMAGE;
|
||||
return false; // use what we have
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue