mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
5721e754a6
commit
2715ee0767
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue