From a515abba528e3461452e32038d7bedff303cf842 Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 23 Aug 2004 03:59:26 +0000 Subject: [PATCH] Added our motives for the if... git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@24 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_rmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_rmain.c b/engine/gl/gl_rmain.c index 478654b85..237ebd87d 100644 --- a/engine/gl/gl_rmain.c +++ b/engine/gl/gl_rmain.c @@ -974,7 +974,7 @@ void MYgluPerspective( GLdouble fovy, GLdouble aspect, xmin = ymin * aspect; xmax = ymax * aspect; -#if 1 +#if 1 //for the sake of the d3d... glFrustum( xmin, xmax, ymin, ymax, zNear, zFar ); #else