diff --git a/src/gl/textures/gl_texture.cpp b/src/gl/textures/gl_texture.cpp index b7347ae54..cc2905bb9 100644 --- a/src/gl/textures/gl_texture.cpp +++ b/src/gl/textures/gl_texture.cpp @@ -520,6 +520,7 @@ void FTexture::CheckTrans(unsigned char * buffer, int size, int trans) return; } } + gl_info.mIsTransparent = 0; } } }