Browse Source

Don't load bmps.

woollybah 7 năm trước cách đây
mục cha
commit
52b6e1fd30
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"