Added horizontal pixel offset

pull/3/head
Chris Laurel 2001-04-09 22:42:24 +00:00
parent 724199592f
commit 5a160553e9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void Overlay::begin()
glMatrixMode(GL_MODELVIEW);
glPushMatrix();
glLoadIdentity();
glTranslatef(0, 0.375f, 0);
glTranslatef(0.375f, 0.375f, 0);
glDisable(GL_LIGHTING);
glDisable(GL_TEXTURE_2D);