backend stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@462 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0402c86496
commit
7ac4045675
1 changed files with 1 additions and 1 deletions
|
@ -1354,7 +1354,7 @@ skipframe:
|
|||
glColor4f(1, 0, 0, sin(realtime*4)/4+0.75);
|
||||
glEnable(GL_BLEND);
|
||||
glDisable(GL_ALPHA_TEST);
|
||||
glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE);
|
||||
GL_TexEnv(GL_MODULATE);
|
||||
glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
||||
Draw_String((strlen(capturemessage.string)+1)*8, y, "RECORDING");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue