diff options
author | Michael Pohoreski <ptolemy@lindenlab.com> | 2020-03-13 21:11:06 +0000 |
---|---|---|
committer | Michael Pohoreski <ptolemy@lindenlab.com> | 2020-03-13 21:11:06 +0000 |
commit | 61697e8e7a101d94eec25b0df8a02e19c77d02c8 (patch) | |
tree | 2080b1d5954133d3bd0de7715c411f1368d6d52a /indra/newview/pipeline.cpp | |
parent | 0ac71ec5e3ce8ac4f8122b8a26248ab97dea2989 (diff) | |
parent | 2b0b3e86258bef6d4b8a51c519626b9492200025 (diff) |
Merged in SL-12781 (pull request #32)
SL-12781
Approved-by: Dave Houlton <euclid@lindenlab.com>
Diffstat (limited to 'indra/newview/pipeline.cpp')
-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); |