diff options
| author | Dave Houlton <euclid@lindenlab.com> | 2020-10-16 17:10:49 -0600 |
|---|---|---|
| committer | Dave Houlton <euclid@lindenlab.com> | 2020-10-19 17:21:56 -0600 |
| commit | a6058b0e9f22080c7aa28e33e1061e23d671d166 (patch) | |
| tree | 227a2478626fbb918eac9c8289fee538c920cd73 /indra/newview/lldynamictexture.cpp | |
| parent | 1d25203cbf91bdf390ef9e9ae7c2b5d1b00bb7bb (diff) | |
DRTVWR-510 remove obsolete mDebugGPU variable
Diffstat (limited to 'indra/newview/lldynamictexture.cpp')
| -rw-r--r-- | indra/newview/lldynamictexture.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/lldynamictexture.cpp b/indra/newview/lldynamictexture.cpp index 89c20904c1..1edf8fd47c 100644 --- a/indra/newview/lldynamictexture.cpp +++ b/indra/newview/lldynamictexture.cpp @@ -56,13 +56,6 @@ LLViewerDynamicTexture::LLViewerDynamicTexture(S32 width, S32 height, S32 compon { llassert((1 <= components) && (components <= 4)); - if(gGLManager.mDebugGPU) - { - if(components == 3) - { - mComponents = 4 ; //convert to 32bits. - } - } generateGLTexture(); llassert( 0 <= order && order < ORDER_COUNT ); |
