istereo

diff src/istereo.c @ 25:206348366635

trying to figure out why the textures are looking crappy on ipod
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 04:23:56 +0300
parents 70309d71c899
children 862a3329a8f0
line diff
     1.1 --- a/src/istereo.c	Thu Sep 08 03:06:46 2011 +0300
     1.2 +++ b/src/istereo.c	Thu Sep 08 04:23:56 2011 +0300
     1.3 @@ -51,7 +51,7 @@
     1.4  		return -1;
     1.5  	}
     1.6  
     1.7 -	cam_fov(43.0);
     1.8 +	cam_fov(42.0);
     1.9  
    1.10  	return 0;
    1.11  }