Fix the missing text.

Silly case and paste error cleared out my text vertex array prematurely.
This commit is contained in:
Bill Currie 2011-12-29 08:47:32 +09:00
parent bece72e746
commit 9d0ed6b885

View file

@ -207,7 +207,6 @@ draw_pic (int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height,
qfglDrawArrays (GL_TRIANGLES, 0, 6);
qfglDisableVertexAttribArray (quake_icon.vertex.location);
char_queue->size = 0;
}
VISIBLE qpic_t *
@ -531,7 +530,6 @@ Draw_ConsoleBackground (int lines, byte alpha)
qfglDrawArrays (GL_TRIANGLES, 0, 6);
qfglDisableVertexAttribArray (quake_icon.vertex.location);
char_queue->size = 0;
}
VISIBLE void