diff options
Diffstat (limited to 'indra/newview/lldynamictexture.cpp')
-rw-r--r-- | indra/newview/lldynamictexture.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldynamictexture.cpp b/indra/newview/lldynamictexture.cpp index 49fcce4911..0f0a9d9bda 100644 --- a/indra/newview/lldynamictexture.cpp +++ b/indra/newview/lldynamictexture.cpp @@ -187,7 +187,6 @@ BOOL LLDynamicTexture::updateAllInstances() if (dynamicTexture->render()) { result = TRUE; - gViewerWindow->finishFastFrame(); sNumRenders++; } dynamicTexture->postRender(result); |