Closed N-R-K closed 1 year ago
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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A fix is merged in the dev branch (didn't bother merging the PR for a one-line fix). Will be in the next release.
i'm assuming it was a typo. fixes the following warning: