That gl define wasn't defined on windows.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5476 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2019-06-17 17:48:42 +00:00
parent 5721e754a6
commit 2715ee0767
1 changed files with 1 additions and 1 deletions

View File

@ -1183,7 +1183,7 @@ static void T_Gen_CurrentRender(int tmu)
if (vid.flags&VID_FP16)
fmt = GL_RGBA16F;
else if (vid.flags&VID_SRGB_CAPABLE)
fmt = GL_SRGB8;
fmt = GL_SRGB8_EXT;
else
fmt = GL_RGB;