STBImage.stbi_set_flip_vertically_on_load issue.

Started by bobjob, December 13, 2015, 01:26:15

Previous topic - Next topic

bobjob

Cannot seem to locate the 'int' flag for true/false for image flipping to place in the method STBImage.stbi_set_flip_vertically_on_load(int).

bobjob

Never mind, I looked at the header file, and it seems that its simply using a boolean operation on the int.
So i just placed a 1 for true.