This commit is contained in:
Bill Currie 2009-12-23 07:57:07 +00:00 committed by Jeff Teunissen
parent 8ddfdf03b2
commit c2945605bc
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ static void
R_SetupGL_Viewport_and_Perspective (void) R_SetupGL_Viewport_and_Perspective (void)
{ {
float screenaspect; float screenaspect;
int x, x2, y2, y, w, h; int x, y, w, h;
// set up viewpoint // set up viewpoint
qfglMatrixMode (GL_PROJECTION); qfglMatrixMode (GL_PROJECTION);