git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4574 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2014-01-03 21:53:17 +00:00
parent bfe545222e
commit 2f62478648
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ char *GLVID_GetRGBInfo(int prepadbytes, int *truewidth, int *trueheight)
}
BZ_Free(p);
}
else*/ if (gl_config.gles)
else*/ if (gl_config.gles || (vid.pixelwidth&3))
{
qbyte *p;