summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexturelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rw-r--r--indra/newview/llviewertexturelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp
index 1b926e2db6..dac2331ca3 100644
--- a/indra/newview/llviewertexturelist.cpp
+++ b/indra/newview/llviewertexturelist.cpp
@@ -583,7 +583,7 @@ void LLViewerTextureList::updateImages(F32 max_time)
}
if (!gNoRender && !gGLManager.mIsDisabled)
{
- LLViewerMedia::updateImagesMediaStreams();
+ LLViewerMedia::updateMedia();
}
updateImagesUpdateStats();
}