mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
A couple extra glFinishes a frame just aren't good for performance, even if they are a handy workaround for taniwha's text rendering bug...
This commit is contained in:
parent
1486c97b8f
commit
c25cfe6c9e
1 changed files with 0 additions and 1 deletions
|
@ -363,7 +363,6 @@ Draw_Init (void)
|
|||
static inline void
|
||||
flush_text (void)
|
||||
{
|
||||
qfglFinish ();
|
||||
qfglBindTexture (GL_TEXTURE_2D, char_texture);
|
||||
qfglDrawElements (GL_QUADS, tVAcount, GL_UNSIGNED_INT, tVAindices);
|
||||
tVAcount = 0;
|
||||
|
|
Loading…
Reference in a new issue