Ifdef out CLAMP_TO_BORDER on Android specifically.

This commit is contained in:
Themaister 2012-09-15 11:43:47 +02:00
parent 9fc3c07181
commit d3b1780a66

View File

@ -57,7 +57,7 @@
#define NO_GL_FF_MATRIX
#endif
#if defined(HAVE_OPENGLES2) // TODO: Figure out exactly what.
#if defined(ANDROID) // TODO: Figure out exactly what.
#define NO_GL_CLAMP_TO_BORDER
#endif