diff options
| author | Cosmic Linden <cosmic@lindenlab.com> | 2024-02-16 12:52:50 -0800 | 
|---|---|---|
| committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-02-16 14:16:50 -0800 | 
| commit | ab9ec50df9dda3ac52752d44b7d5529ed26db7bf (patch) | |
| tree | f830c5b950a7b58fce4141fa14fa3bac3ca23a1d /indra/newview | |
| parent | 3e4e414011b032e64b5fd477f2c561fc2b4553f7 (diff) | |
secondlife/viewer-issues#72: Don't dirty depth in LLViewerDynamicTexture::updateAllInstances
Diffstat (limited to 'indra/newview')
| -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 f8a6195bdd..24818241ab 100644 --- a/indra/newview/lldynamictexture.cpp +++ b/indra/newview/lldynamictexture.cpp @@ -221,7 +221,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); | 
