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:
Spoike 2019-08-12 03:48:46 +00:00
parent 3250a794b3
commit e378ff51ac
1 changed files with 1 additions and 1 deletions

View File

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