Browse Source

Don't load bmps.

woollybah 7 years ago
parent
commit
52b6e1fd30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      stbimage.mod/glue.c

+ 1 - 0
stbimage.mod/glue.c

@@ -4,6 +4,7 @@
 #define STBI_NO_STDIO
 #define STBI_NO_JPEG
 #define STBI_NO_PNG
+#define STBI_NO_BMP
 
 #include "stb/stb_image.h"