Selaa lähdekoodia

Don't load bmps.

woollybah 7 vuotta sitten
vanhempi
commit
52b6e1fd30
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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"