Fix bandwidth estimation for texture fetch

This commit is contained in:
Siana Gearz
2012-10-10 15:37:43 +02:00
parent b7f5d7e415
commit 5445b4f97a
2 changed files with 3 additions and 3 deletions

View File

@@ -628,7 +628,6 @@ void LLViewerTextureList::updateImages(F32 max_time)
clearFetchingRequests();
return;
}
LLAppViewer::getTextureFetch()->setTextureBandwidth(LLViewerStats::getInstance()->mTextureKBitStat.getMeanPerSec());
S32 global_raw_memory;
{