mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Updated stb_image to 2.0.2.
--HG-- branch : minor
This commit is contained in:
@@ -28,7 +28,9 @@ static void loveSTBAssert(bool test, const char *teststr)
|
||||
}
|
||||
|
||||
// stb_image
|
||||
#define STBI_NO_HDR
|
||||
// #define STBI_ONLY_JPEG
|
||||
#define STBI_ONLY_BMP
|
||||
#define STBI_ONLY_TGA
|
||||
#define STBI_NO_STDIO
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#define STBI_ASSERT(A) loveSTBAssert((A), #A)
|
||||
|
||||
Reference in New Issue
Block a user