Fix high's te_teleport effect.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5513 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3250a794b3
commit
e378ff51ac
1 changed files with 1 additions and 1 deletions
|
@ -1179,7 +1179,7 @@ static void T_Gen_CurrentRender(int tmu)
|
||||||
|
|
||||||
if (vid.flags&VID_FP16)
|
if (vid.flags&VID_FP16)
|
||||||
fmt = GL_RGBA16F;
|
fmt = GL_RGBA16F;
|
||||||
else if (vid.flags&VID_SRGB_CAPABLE)
|
else if (vid.flags&VID_SRGB_FB)
|
||||||
fmt = GL_SRGB8_EXT;
|
fmt = GL_SRGB8_EXT;
|
||||||
else
|
else
|
||||||
fmt = GL_RGB;
|
fmt = GL_RGB;
|
||||||
|
|
Loading…
Reference in a new issue