mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
oops
This commit is contained in:
parent
8ddfdf03b2
commit
c2945605bc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue