Fixed some bugs with font drawing and reverted the display list change - it was causing problems with multiple fonts

This commit is contained in:
Bill Meltsner
2010-08-28 11:42:37 -05:00
parent 9ba06d65f6
commit 046f2a3084
3 changed files with 7 additions and 11 deletions
+1
View File
@@ -68,6 +68,7 @@ namespace opengl
glPushMatrix();
glMultMatrixf((const GLfloat*)t.getElements());
glTranslatef(data->getBearingX(), -data->getBearingY(), 0.0f);
glEnableClientState(GL_VERTEX_ARRAY);
glEnableClientState(GL_TEXTURE_COORD_ARRAY);