From dbf0fab1c73c9b983bc07025fc137e4e9a942b7b Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 11 Feb 2018 11:11:39 -0800 Subject: [PATCH] stb_image_write: credits --- stb_image_write.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stb_image_write.h b/stb_image_write.h index 37ffc0d..3a75614 100644 --- a/stb_image_write.h +++ b/stb_image_write.h @@ -134,6 +134,8 @@ CREDITS: Patrick Boettcher github:xeekworx Cap Petschulat + Simon Rodriguez + Ivan Tikhonov LICENSE @@ -234,7 +236,7 @@ STBIWDEF void stbi_flip_vertically_on_write(int flip_boolean); #define STBIW_UCHAR(x) (unsigned char) ((x) & 0xff) #ifdef STB_IMAGE_WRITE_STATIC -static stbi__flip_vertically_on_write=0; +static int stbi__flip_vertically_on_write=0; static int stbi_write_png_compression_level = 8; static int stbi_write_tga_with_rle = 1; static int stbi_write_force_png_filter = -1;