Media textures (browser and such) should now display
This commit is contained in:
@@ -623,6 +623,11 @@ void LLViewerTextureList::updateImages(F32 max_time)
|
||||
didone = image->doLoadedCallbacks();
|
||||
}
|
||||
}
|
||||
//Required for old media system
|
||||
if (!gNoRender && !gGLManager.mIsDisabled)
|
||||
{
|
||||
LLViewerMedia::updateMedia();
|
||||
}
|
||||
updateImagesUpdateStats();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user