istereo

diff src/glutmain.c @ 37:e60f9d8af28d

fixed the orientation of the tunnel when in non-stereo mode
author John Tsiombikas <nuclear@mutantstargoat.com>
date Fri, 09 Sep 2011 23:37:38 +0300
parents 3d933b796ad2
children ff055bff6a15
line diff
     1.1 --- a/src/glutmain.c	Fri Sep 09 10:25:03 2011 +0300
     1.2 +++ b/src/glutmain.c	Fri Sep 09 23:37:38 2011 +0300
     1.3 @@ -12,7 +12,7 @@
     1.4  int main(int argc, char **argv)
     1.5  {
     1.6  	glutInit(&argc, argv);
     1.7 -	glutInitWindowSize(960, 640);
     1.8 +	glutInitWindowSize(320, 480);
     1.9  	glutInitDisplayMode(GLUT_RGB | GLUT_DEPTH | GLUT_DOUBLE);
    1.10  	glutCreateWindow("test");
    1.11