Index: texture.c
===================================================================
--- texture.c	(revision 1011)
+++ texture.c	(revision 1012)
@@ -620,11 +620,6 @@
     if(!strcmp(force,"aniso")) filter=RAYDIUM_TEXTURE_FILTER_ANISO;
     }
 
-// Only none and bilinear filtering modes are supported for now because of iGLU.
-#ifdef IPHONEOS
-if(filter!=RAYDIUM_TEXTURE_FILTER_NONE)
-    filter=RAYDIUM_TEXTURE_FILTER_BILINEAR;
-#endif
 raydium_texture_filter=filter;
 
 // too ... dangerous