Added our motives for the if...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@24 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-08-23 03:59:26 +00:00
parent b32f15ce2a
commit a515abba52
1 changed files with 1 additions and 1 deletions

View File

@ -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