istereo

diff src/config.h @ 32:bc6db80aaa58

stop the texture coordinates from growing to rediculous proportions
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 21:22:44 +0300
parents 32503603eb7d
children
line diff
     1.1 --- a/src/config.h	Thu Sep 08 15:06:40 2011 +0300
     1.2 +++ b/src/config.h	Thu Sep 08 21:22:44 2011 +0300
     1.3 @@ -3,6 +3,8 @@
     1.4  
     1.5  #if defined(__IPHONE_3_0) || defined(__IPHONE_3_2) || defined(__IPHONE_4_0)
     1.6  #define IPHONE
     1.7 +
     1.8 +#define glClearDepth	glClearDepthf
     1.9  #endif
    1.10  
    1.11  #endif	/* CONFIG_H_ */