Fix assert() that should be STBI_ASSERT()

This commit is contained in:
Sean Barrett
2014-12-14 18:14:14 -08:00
parent 91255cb1cd
commit f547761c15
3 changed files with 6 additions and 4 deletions

View File

@ -8,6 +8,7 @@
#define STB_HERRINGBONE_WANG_TILE_IMPLEMENTATION
#define STB_RECT_PACK_IMPLEMENTATION
#include "stb_image.h"
#include "stb_rect_pack.h"
#include "stb_truetype.h"
#include "stb_image_write.h"
@ -15,7 +16,6 @@
#include "stb_dxt.h"
#include "stb_c_lexer.h"
#include "stb_divide.h"
#include "stb_image.h"
#include "stb_herringbone_wang_tile.h"
#define STBTE_DRAW_RECT(x0,y0,x1,y1,color) do ; while(0)