Skip to content
Snippets Groups Projects
Commit e110f7cf authored by Cosmic Linden's avatar Cosmic Linden Committed by Rye Mutt
Browse files

secondlife/viewer-issues#72: Don't dirty depth in LLViewerDynamicTexture::updateAllInstances

parent c7f690e3
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -219,7 +219,6 @@ BOOL LLViewerDynamicTexture::updateAllInstances()
llassert(dynamicTexture->getFullHeight() <= LLPipeline::MAX_BAKE_WIDTH);
glClear(GL_DEPTH_BUFFER_BIT);
gDepthDirty = TRUE;
gGL.color4f(1,1,1,1);
dynamicTexture->setBoundTarget(&bake_target);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment