Added LLTextureFetch::deleteAllRequests procedure. Called upon teleport.

This commit is contained in:
Shyotl
2012-11-09 18:45:57 -06:00
parent 1cb75c4471
commit 1cdc11dae2
3 changed files with 20 additions and 0 deletions

View File

@@ -714,6 +714,8 @@ void LLViewerTextureList::clearFetchingRequests()
return;
}
LLAppViewer::getTextureFetch()->deleteAllRequests();
for (image_priority_list_t::iterator iter = mImageList.begin();
iter != mImageList.end(); ++iter)
{