diff options
| author | Ptolemy <ptolemy@lindenlab.com> | 2020-03-12 18:37:10 -0700 | 
|---|---|---|
| committer | Ptolemy <ptolemy@lindenlab.com> | 2020-03-12 18:58:59 -0700 | 
| commit | 6708b382ac2cbb42f01ec08ee300840a43bb59b5 (patch) | |
| tree | 25759365423e32f85d8c65d56509229b5bc094a2 | |
| parent | f840297e3daf6f4d42eae383da52aeabec4bb7a6 (diff) | |
SL-12781 Fix Upload 3D Preview not using z-buffer
| -rw-r--r-- | indra/newview/pipeline.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index d6ff9bd548..fda79984ab 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -1250,7 +1250,7 @@ void LLPipeline::createGLBuffers()  	}      // Use FBO for bake tex -    mBake.allocate(512, 512, GL_RGBA, FALSE, FALSE, LLTexUnit::TT_TEXTURE, true); +    mBake.allocate(512, 512, GL_RGBA, TRUE, FALSE, LLTexUnit::TT_TEXTURE, true); // SL-12781 Build > Upload > Model; 3D Preview  	mHighlight.allocate(256,256,GL_RGBA, FALSE, FALSE); | 
