Whitespace.

This commit is contained in:
Jeff Teunissen 2001-01-23 04:12:29 +00:00
parent 2388cf8f9c
commit 39949152c6

View file

@ -1135,9 +1135,7 @@ R_SetupGL (void)
x = r_refdef.vrect.x * glwidth / vid.width;
x2 = (r_refdef.vrect.x + r_refdef.vrect.width) * glwidth / vid.width;
y = (vid.height - r_refdef.vrect.y) * glheight / vid.height;
y2 =
(vid.height -
(r_refdef.vrect.y + r_refdef.vrect.height)) * glheight / vid.height;
y2 = (vid.height - (r_refdef.vrect.y + r_refdef.vrect.height)) * glheight / vid.height;
// fudge around because of frac screen scale
if (x > 0)