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:
parent
b32f15ce2a
commit
a515abba52
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ void MYgluPerspective( GLdouble fovy, GLdouble aspect,
|
||||||
xmin = ymin * aspect;
|
xmin = ymin * aspect;
|
||||||
xmax = ymax * aspect;
|
xmax = ymax * aspect;
|
||||||
|
|
||||||
#if 1
|
#if 1 //for the sake of the d3d...
|
||||||
glFrustum( xmin, xmax, ymin, ymax, zNear, zFar );
|
glFrustum( xmin, xmax, ymin, ymax, zNear, zFar );
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue