stb icon indicating copy to clipboard operation
stb copied to clipboard

stb_image: fix function name

Open N-R-K opened this issue 2 years ago • 0 comments

i'm assuming it was a typo. fixes the following warning:

stb_image.h:4958:14: warning: no previous prototype for 'stbi__unpremultiply_on_load_thread' [-Wmissing-prototypes]
 4958 | STBIDEF void stbi__unpremultiply_on_load_thread(int flag_true_if_should_unpremultiply)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

N-R-K avatar Jan 16 '22 09:01 N-R-K