1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Remove use of obsolete texture type GL_LUMINANCE8_ALPHA8.

This commit is contained in:
Sergey Lipskiy 2015-04-23 17:09:08 +06:00
parent 2f2a22ee48
commit ded889350c

View File

@ -647,7 +647,6 @@ void _updateCachedTexture(const GHQTexInfo & _info, CachedTexture *_pTexture)
case GL_RGB:
case GL_RGBA4:
case GL_RGB5_A1:
case GL_LUMINANCE8_ALPHA8:
_pTexture->textureBytes <<= 1;
break;
default: