Index: texture.c
===================================================================
--- texture.c	(revision 928)
+++ texture.c	(revision 929)
@@ -96,7 +96,7 @@
  file=raydium_file_fopen(filename,"rb");
  if(!file)
   {
-    raydium_log("Cannot open %s texture",filename);
+    //raydium_log("Cannot open %s texture",filename);
     return 0;
   }